Github Gist Extension
easily connect the gist
Cos'è Github Gist Extension?
Github Gist Extension è un'estensione di Chrome sviluppata da beyazberkay407, e la sua funzione principale è "easily connect the gist".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Github Gist Extension
Scarica i file di estensione Github Gist Extension 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
This extension create a github gist button in github. Informazioni di Base sull'Estensione
| Nome | |
| ID | mgapapnadfpedgnbcbfnlgimmbcnaokc |
| URL Ufficiale | https://chromewebstore.google.com/detail/github-gist-extension/mgapapnadfpedgnbcbfnlgimmbcnaokc |
| Descrizione | easily connect the gist |
| Dimensione del File | 44.4 KB |
| Conteggio Installazioni | 16 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2016-06-24 |
| Data di Pubblicazione | 2016-06-24 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | beyazberkay407 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github Gist Extension",
"short_name": "Gist Extension",
"version": "0.0.1",
"manifest_version": 2,
"description": "easily connect the gist",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/github.com\/*"
],
"js": [
"src\/jquery.js",
"src\/background.js"
]
}
]
} | |