Network button for GitHub
Returns the Network button to GitHub sidebar
Qu'est-ce que Network button for GitHub ?
Network button for GitHub est une extension Chrome développée par David Šabata, et sa fonction principale est "Returns the Network button to GitHub sidebar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Network button for GitHub
Téléchargez les fichiers d'extension Network button for GitHub 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
Returns the Network button back to GitHub sidebar. It's not pretty, but it's simple and it works. Also it was created in like 10 minutes :-) Follow the website link for sources.
Informations de Base sur l'Extension
Nom | ![]() |
ID | njphhjgdjkkcphkhiggkcblgajpaladk |
URL Officiel | https://chrome.google.com/webstore/detail/network-button-for-github/njphhjgdjkkcphkhiggkcblgajpaladk |
Description | Returns the Network button to GitHub sidebar |
Taille du Fichier | 33.36 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-07-22 |
Date de Publication | 2014-07-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | David Šabata |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/david-sabata/github-network-button |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Network button for GitHub", "version": "1.0", "description": "Returns the Network button to GitHub sidebar", "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "jquery-2.1.0.min.js", "script.js" ] } ] } |