Network button for GitHub
Returns the Network button to GitHub sidebar
Cos'è Network button for GitHub?
Network button for GitHub è un'estensione di Chrome sviluppata da David Šabata, e la sua funzione principale è "Returns the Network button to GitHub sidebar".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Network button for GitHub
Scarica i file di estensione Network button for GitHub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | njphhjgdjkkcphkhiggkcblgajpaladk |
URL Ufficiale | https://chrome.google.com/webstore/detail/network-button-for-github/njphhjgdjkkcphkhiggkcblgajpaladk |
Descrizione | Returns the Network button to GitHub sidebar |
Dimensione del File | 33.36 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-07-22 |
Data di Pubblicazione | 2014-07-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | David Šabata |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/david-sabata/github-network-button |
Lingue Supportate | 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" ] } ] } |