GitHub Version Tags

Displays the latest version of a project next to the repo name on GitHub.

Qu'est-ce que GitHub Version Tags ?

GitHub Version Tags est une extension Chrome développée par joeyespo, et sa fonction principale est "Displays the latest version of a project next to the repo name on GitHub.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GitHub Version Tags

Téléchargez les fichiers d'extension GitHub Version Tags 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

                        Displays the latest version of a project next to the repo name on GitHub.

Source code is on GitHub http://github.com/joeyespo/github-version-tags                    

Informations de Base sur l'Extension

Nom GitHub Version Tags GitHub Version Tags
ID kflokeeiigcmdejejgiajnefnpoaomjh
URL Officiel https://chrome.google.com/webstore/detail/github-version-tags/kflokeeiigcmdejejgiajnefnpoaomjh
Description Displays the latest version of a project next to the repo name on GitHub.
Taille du Fichier 38.62 KB
Nombre d'Installations 126
Version Actuelle 1.1.0
Dernière Mise à Jour 2017-10-01
Date de Publication 2017-10-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur joeyespo
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://github.com/joeyespo/github-version-tags
URL de la Page d'Aide http://github.com/joeyespo/github-version-tags/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Version Tags",
    "version": "1.1.0",
    "description": "Displays the latest version of a project next to the repo name on GitHub.",
    "author": "Joe Esposito ",
    "icons": {
        "19": "media\/icon_19.png",
        "38": "media\/icon_38.png",
        "48": "media\/icon_48.png",
        "128": "media\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "vendor\/compare-versions.js",
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/api.github.com\/*"
    ]
}