Sassmeister Gist
On click opens current gist in sassmeister.
Cos'è Sassmeister Gist?
Sassmeister Gist è un'estensione di Chrome sviluppata da bechtold, e la sua funzione principale è "On click opens current gist in sassmeister.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sassmeister Gist
Scarica i file di estensione Sassmeister Gist 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
If you are on a gist, a sass icon will appear in your omnibar. If you click it, this gist will be opened in Sassmeister.
Informazioni di Base sull'Estensione
Nome | |
ID | boegkhgnanloepggpijhdkpehjiaopie |
URL Ufficiale | https://chromewebstore.google.com/detail/sassmeister-gist/boegkhgnanloepggpijhdkpehjiaopie |
Descrizione | On click opens current gist in sassmeister. |
Dimensione del File | 23.58 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-08-13 |
Data di Pubblicazione | 2014-08-13 |
Sviluppatore | bechtold |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sassmeister Gist", "version": "1.0", "description": "On click opens current gist in sassmeister.", "icons": { "128": "icon_sass.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "declarativeContent", "tabs" ], "manifest_version": 2, "page_action": { "default_icon": "icon_sass.png", "default_title": "Show gist in Sassmeister" }, "options_page": "options.html" } |