GitHub Version Tags

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

Wat is GitHub Version Tags?

GitHub Version Tags is een Chrome-extensie ontwikkeld door joeyespo, en de belangrijkste functie is "Displays the latest version of a project next to the repo name on GitHub.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GitHub Version Tags

Download GitHub Version Tags-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam GitHub Version Tags GitHub Version Tags
ID kflokeeiigcmdejejgiajnefnpoaomjh
Officiële URL https://chrome.google.com/webstore/detail/github-version-tags/kflokeeiigcmdejejgiajnefnpoaomjh
Beschrijving Displays the latest version of a project next to the repo name on GitHub.
Bestandsgrootte 38.62 KB
Aantal Installaties 126
Huidige Versie 1.1.0
Laatst Bijgewerkt 2017-10-01
Publicatiedatum 2017-10-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar joeyespo
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://github.com/joeyespo/github-version-tags
Help Pagina-URL http://github.com/joeyespo/github-version-tags/issues
Ondersteunde Talen 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\/*"
    ]
}