Skip to content

arye-eidelman/learn-issues-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learn-issues-extension

An extension for the Learn.co website. Adds a banner to the page, showing open issues.

When opening a lesson it will check github for any open issues in the current lesson It will then add a banner to the top of the page saying how many issues there are with a link to each one.

The banner is color coded based on how many issues are open. None is green, until five is yellow, five and more is red.

Notice: Currently the github api requests are rate limited to 60 requests per hour. Sometimes the extension by accident makes two requests, so this may come out to even less page loads before it stops working. This usually won't be an issue with normal usage.

Instalation

Install from the chrome web store

Install from master:

  • Download this repository git clone git@github.com:arye-dov-eidelman/learn-issues-extension.git
  • Navigate to chrome://extensions/.
  • Enable Developer mode if it's not already enabled.
  • Click Load unpacked.
  • Select the downloaded folder.

Screenshot of learn.co website with 4 open issues