Live Sass.js Editor
Offline Playground for Sass
What is Live Sass.js Editor?
Live Sass.js Editor is a Chrome extension developed by Alegorico, and its main feature is "Offline Playground for Sass".
Extension Screenshots
Download Live Sass.js Editor Extension CRX File
Download Live Sass.js Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension for developers, facilitates the creation and edition of offline sass-css files. based Sass.js
Extension Basic Information
Name | Live Sass.js Editor |
ID | ijhmcokhpfieofcjiklembneicdpcold |
Official URL | https://chromewebstore.google.com/detail/live-sassjs-editor/ijhmcokhpfieofcjiklembneicdpcold |
Description | Offline Playground for Sass |
File Size | 2.91 MB |
Installation Count | 147 |
Current Version | 0.1.15 |
Last Updated | 2019-03-05 |
Publish Date | 2019-03-05 |
Developer | Alegorico |
Payment Type | free |
Supported Languages | 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" } } |