Sassmeister Gist
On click opens current gist in sassmeister.
Co je Sassmeister Gist?
Sassmeister Gist je rozšíření Chrome vyvinuté bechtold, a jeho hlavní funkcí je „On click opens current gist in sassmeister.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Sassmeister Gist
Stáhněte si soubory rozšíření Sassmeister Gist ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | boegkhgnanloepggpijhdkpehjiaopie |
Oficiální URL | https://chromewebstore.google.com/detail/sassmeister-gist/boegkhgnanloepggpijhdkpehjiaopie |
Popis | On click opens current gist in sassmeister. |
Velikost souboru | 23.58 KB |
Počet instalací | 39 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2014-08-13 |
Datum Vydání | 2014-08-13 |
Vývojář | bechtold |
Typ Platby | free |
Podporované Jazyky | 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" } |