Github compare tags
Adds tags to the compare page of Github.
Qu'est-ce que Github compare tags ?
Github compare tags est une extension Chrome développée par marpo60, et sa fonction principale est "Adds tags to the compare page of Github.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Github compare tags
Téléchargez les fichiers d'extension Github compare 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
Add into the dropdown of Github compare page the tags of the repositories.
Informations de Base sur l'Extension
Nom | Github compare tags |
ID | pjkolicadkdcfgjjoopdpleenckeajkk |
URL Officiel | https://chromewebstore.google.com/detail/github-compare-tags/pjkolicadkdcfgjjoopdpleenckeajkk |
Description | Adds tags to the compare page of Github. |
Taille du Fichier | 8.43 KB |
Nombre d'Installations | 62 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2019-06-01 |
Date de Publication | 2019-06-01 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | marpo60 |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/marpo60/github-compare-tags |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github compare tags", "version": "0.0.6", "manifest_version": 2, "description": "Adds tags to the compare page of Github.", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "permissions": [ "storage", "https:\/\/github.com\/*" ], "background": { "scripts": [ "src\/hot-reload.js" ] }, "options_ui": { "page": "src\/options.html", "chrome_style": true }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/github.com\/*" ], "js": [ "src\/inject.js" ] } ] } |