GitHub +1
+1 GitHub issues/pull requests
Cos'è GitHub +1?
GitHub +1 è un'estensione di Chrome sviluppata da artemave, e la sua funzione principale è "+1 GitHub issues/pull requests".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitHub +1
Scarica i file di estensione GitHub +1 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
Know this: button looks MUCH better than on the screenshot. GitHub has issues. Some are worse than others. But you can't really tell. Except now you can! Simply install this awesome extension and go ruthlessly upvote issues (and pull requests) and make the world a better place. Button style shamelessly taken from http://code.divshot.com/geo-bootstrap/
Informazioni di Base sull'Estensione
Nome | GitHub +1 |
ID | oiiklolboagjicidmggcoohmgkepdfan |
URL Ufficiale | https://chromewebstore.google.com/detail/github-+1/oiiklolboagjicidmggcoohmgkepdfan |
Descrizione | +1 GitHub issues/pull requests |
Dimensione del File | 34.95 KB |
Conteggio Installazioni | 58 |
Versione Corrente | 0.8 |
Ultimo Aggiornamento | 2015-03-21 |
Data di Pubblicazione | 2015-03-21 |
Valutazione | 3.00/5 Totale 3 Valutazioni |
Sviluppatore | artemave |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/artemave/github-plus-one |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub +1", "manifest_version": 2, "version": "0.8", "description": "+1 GitHub issues\/pull requests", "icons": { "16": "github_g16.png", "48": "github_g48.png", "128": "github_g128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "zepto.min.js", "zepto-extras.js", "contentscript.js" ] } ], "web_accessible_resources": [ "rainbow.gif" ] } |