Github BFF: Better Fork Finder

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

Vad är Github BFF: Better Fork Finder?

Github BFF: Better Fork Finder är en Chrome-tillägg utvecklad av Sridatta Thatipamala, och dess huvudfunktion är "Alerts you when there is a more active fork of the Github repo you are viewing".

Tilläggsskärmbilder

screenshot

Ladda ner Github BFF: Better Fork Finder-förlängningens CRX-fil

Ladda ner Github BFF: Better Fork Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Github BFF: Better Fork Finder Github BFF: Better Fork Finder
ID mohkigeiagechfjbifdedgiicfhalipo
Officiell webbadress https://chromewebstore.google.com/detail/github-bff-better-fork-fi/mohkigeiagechfjbifdedgiicfhalipo
Beskrivning Alerts you when there is a more active fork of the Github repo you are viewing
Filstorlek 36.44 KB
Antal Installationer 43
Aktuell Version 1.0
Senast Uppdaterad 2012-09-27
Publiceringsdatum 2012-09-26
Betyg 4.17/5 Totalt 6 Betyg
Utvecklare Sridatta Thatipamala
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}