Github Notable Comments

Lets you easily navigate between the notable comments on github

Github Notable Comments क्या है?

Github Notable Comments kamranahmed.se द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lets you easily navigate between the notable comments on github"।

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

screenshot

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

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

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

                                            

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

नाम Github Notable Comments Github Notable Comments
ID jcppcdjgdbnibjdeeihllbefhpibmajf
आधिकारिक URL https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf
विवरण Lets you easily navigate between the notable comments on github
फ़ाइल का आकार 13.17 KB
स्थापना संख्या 53
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2018-04-20
प्रकाशन तिथि 2018-04-20
डेवलपर kamranahmed.se
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://github.com/kamranahmedse/notable-comments
सहायता पृष्ठ URL http://github.com/kamranahmedse/notable-comments/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Notable Comments",
    "short_name": "github-notable-comments",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Lets you easily navigate between the notable comments on github",
    "homepage_url": "http:\/\/github.com\/kamranahmedse\/github-notable-comments",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                ".\/styles\/main.css"
            ]
        }
    ]
}