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
扩展基本信息
名称 | Live Sass.js Editor |
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" } } |