Github BFF: Better Fork Finder

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

Qu'est-ce que Github BFF: Better Fork Finder ?

Github BFF: Better Fork Finder est une extension Chrome développée par Sridatta Thatipamala, et sa fonction principale est "Alerts you when there is a more active fork of the Github repo you are viewing".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Github BFF: Better Fork Finder

Téléchargez les fichiers d'extension Github BFF: Better Fork Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Github BFF: Better Fork Finder Github BFF: Better Fork Finder
ID mohkigeiagechfjbifdedgiicfhalipo
URL Officiel https://chromewebstore.google.com/detail/github-bff-better-fork-fi/mohkigeiagechfjbifdedgiicfhalipo
Description Alerts you when there is a more active fork of the Github repo you are viewing
Taille du Fichier 36.44 KB
Nombre d'Installations 43
Version Actuelle 1.0
Dernière Mise à Jour 2012-09-27
Date de Publication 2012-09-26
Évaluation 4.17/5 Total 6 Évaluations
Développeur Sridatta Thatipamala
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}