Css to SCSS or SASS Converter
Simple and useful extension to convert CSS to SASS or SCSS
What is Css to SCSS or SASS Converter?
Css to SCSS or SASS Converter is a Chrome extension developed by Far Se, and its main feature is "Simple and useful extension to convert CSS to SASS or SCSS".
Extension Screenshots
Download Css to SCSS or SASS Converter Extension CRX File
Download Css to SCSS or SASS Converter 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
This is a simple but useful extension to convert CSS to Sass or SCSS straight from DevTools. It comes in handy when you write small css snippets in DevTools and need to be put on your sass/scss file. The tab is on right side of "Elements", after "Properties". It is not a separate DevTools Tab! It uses css2sass.herokuapp.com as conveter.
Extension Basic Information
Name | Css to SCSS or SASS Converter |
ID | dmfhnejhgijefokeolmpgielghdplame |
Official URL | https://chromewebstore.google.com/detail/css-to-scss-or-sass-conve/dmfhnejhgijefokeolmpgielghdplame |
Description | Simple and useful extension to convert CSS to SASS or SCSS |
File Size | 77.51 KB |
Installation Count | 679 |
Current Version | 1.1.4 |
Last Updated | 2018-11-05 |
Publish Date | 2018-11-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Far Se |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.4", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/css2sass.herokuapp.com; object-src 'self'", "description": "Simple and useful extension to convert CSS to SASS or SCSS", "devtools_page": "devtools.html", "icons": { "128": "assets\/icon128.png", "16": "assets\/icon16.png", "48": "assets\/icon48.png" }, "background": { "scripts": [ "js\/background.js" ] }, "manifest_version": 2, "minimum_chrome_version": "22", "name": "Css to SCSS or SASS Converter", "permissions": [ "*:\/\/css2sass.herokuapp.com\/*" ] } |