Sassmeister Gist
On click opens current gist in sassmeister.
Sassmeister Gistとは何ですか?
Sassmeister Gistはbechtoldによって開発されたChromeの拡張機能で、その主な機能は「On click opens current gist in sassmeister.」です。
拡張機能のスクリーンショット
Sassmeister Gist拡張機能のCRXファイルをダウンロード
Sassmeister Gist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | boegkhgnanloepggpijhdkpehjiaopie |
公式URL | https://chromewebstore.google.com/detail/sassmeister-gist/boegkhgnanloepggpijhdkpehjiaopie |
説明 | On click opens current gist in sassmeister. |
ファイルサイズ | 23.58 KB |
インストール数 | 39 |
現在のバージョン | 1.0 |
最終更新日 | 2014-08-13 |
公開日 | 2014-08-13 |
開発者 | bechtold |
支払い方法 | free |
対応言語 | 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" } |