Live Sass.js Editor
Offline Playground for Sass
Live Sass.js Editorとは何ですか?
Live Sass.js EditorはAlegoricoによって開発されたChromeの拡張機能で、その主な機能は「Offline Playground for Sass」です。
拡張機能のスクリーンショット
Live Sass.js Editor拡張機能のCRXファイルをダウンロード
Live Sass.js Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension for developers, facilitates the creation and edition of offline sass-css files. based Sass.js 拡張機能の基本情報
| 名前 | |
| ID | ijhmcokhpfieofcjiklembneicdpcold |
| 公式URL | https://chromewebstore.google.com/detail/live-sassjs-editor/ijhmcokhpfieofcjiklembneicdpcold |
| 説明 | Offline Playground for Sass |
| ファイルサイズ | 2.91 MB |
| インストール数 | 147 |
| 現在のバージョン | 0.1.15 |
| 最終更新日 | 2019-03-05 |
| 公開日 | 2019-03-05 |
| 開発者 | Alegorico |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Live Sass.js Editor",
"short_name": "Sass.js",
"version": "0.1.15",
"manifest_version": 2,
"description": "Offline Playground for Sass",
"permissions": [
"activeTab"
],
"browser_action": {
"default_title": "Start Sass.js Edit"
},
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"icons": {
"16": "sass-16.png",
"48": "sass-48.png",
"128": "sass-128.png"
}
} | |