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 |
| 官方網址 | 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"
}
} | |