Learn Issues

A chrome browser extension to show open github issues for the current Learn.co lesson

Learn Issues क्या है?

Learn Issues Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome browser extension to show open github issues for the current Learn.co lesson"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Learn Issues एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Learn Issues Learn Issues
ID jlngcabipfijndiahbnodbgepolahdin
आधिकारिक URL https://chromewebstore.google.com/detail/learn-issues/jlngcabipfijndiahbnodbgepolahdin
विवरण A chrome browser extension to show open github issues for the current Learn.co lesson
फ़ाइल का आकार 137 KB
स्थापना संख्या 36
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2020-01-04
प्रकाशन तिथि 2020-01-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/arye-dov-eidelman/learn-issues-extension
सहायता पृष्ठ URL https://github.com/arye-dov-eidelman/learn-issues-extension
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Learn Issues",
    "description": "A chrome browser extension to show open github issues for the current Learn.co lesson",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/learn.co\/tracks\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webNavigation"
    ]
}

संबंधित एक्सटेंशन्स