gist.io
Toggle between github.com and gist.io when viewing gists
Cos'è gist.io?
gist.io è un'estensione di Chrome sviluppata da https://gist.io, e la sua funzione principale è "Toggle between github.com and gist.io when viewing gists".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione gist.io
Scarica i file di estensione gist.io 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
Write a GitHub gist, present it with style. Publish a quick, anonymous note or a long essay—your content stays on GitHub, and gist.io makes it a pleasure to read. This extension adds an icon in the omnibox on github gists and gist.io pages. Clicking the icon when viewing a github gist will take you to the corresponding gist.io page, and vice-versa.
Informazioni di Base sull'Estensione
Nome | gist.io |
ID | dbhgbgenagpfgjjhjenodmgadclfpcae |
URL Ufficiale | https://chromewebstore.google.com/detail/gistio/dbhgbgenagpfgjjhjenodmgadclfpcae |
Descrizione | Toggle between github.com and gist.io when viewing gists |
Dimensione del File | 13.68 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2013-09-10 |
Data di Pubblicazione | 2013-09-10 |
Valutazione | 2.00/5 Totale 1 Valutazioni |
Sviluppatore | https://gist.io |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://gist.io |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "gist.io", "version": "0.0.1", "description": "Toggle between github.com and gist.io when viewing gists", "icons": { "48": "img\/48.png", "128": "img\/128.png" }, "page_action": { "default_icon": { "19": "img\/19.png", "38": "img\/38.png" }, "default_title": "View this on gist.io" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] } } |