Github BFF: Better Fork Finder

Alerts you when there is a more active fork of the Github repo you are viewing

Github BFF: Better Fork Finder क्या है?

Github BFF: Better Fork Finder Sridatta Thatipamala द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Alerts you when there is a more active fork of the Github repo you are viewing"।

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

screenshot

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

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

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

                                            

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

नाम Github BFF: Better Fork Finder Github BFF: Better Fork Finder
ID mohkigeiagechfjbifdedgiicfhalipo
आधिकारिक URL https://chromewebstore.google.com/detail/github-bff-better-fork-fi/mohkigeiagechfjbifdedgiicfhalipo
विवरण Alerts you when there is a more active fork of the Github repo you are viewing
फ़ाइल का आकार 36.44 KB
स्थापना संख्या 43
वर्तमान संस्करण 1.0
अंतिम अपडेट 2012-09-27
प्रकाशन तिथि 2012-09-26
रेटिंग 4.17/5 कुल 6 रेटिंग्स
डेवलपर Sridatta Thatipamala
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github BFF: Better Fork Finder",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Alerts you when there is a more active fork of the Github repo you are viewing",
    "permissions": [
        "https:\/\/github.com\/",
        "https:\/\/api.github.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "myscript.js"
            ]
        }
    ]
}