Css to SCSS or SASS Converter
Simple and useful extension to convert CSS to SASS or SCSS
Wat is Css to SCSS or SASS Converter?
Css to SCSS or SASS Converter is een Chrome-extensie ontwikkeld door Far Se, en de belangrijkste functie is "Simple and useful extension to convert CSS to SASS or SCSS".
Extensie Screenshots
Download het CRX-bestand van de extensie Css to SCSS or SASS Converter
Download Css to SCSS or SASS Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Css to SCSS or SASS Converter |
ID | dmfhnejhgijefokeolmpgielghdplame |
Officiële URL | https://chromewebstore.google.com/detail/css-to-scss-or-sass-conve/dmfhnejhgijefokeolmpgielghdplame |
Beschrijving | Simple and useful extension to convert CSS to SASS or SCSS |
Bestandsgrootte | 77.51 KB |
Aantal Installaties | 679 |
Huidige Versie | 1.1.4 |
Laatst Bijgewerkt | 2018-11-05 |
Publicatiedatum | 2018-11-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Far Se |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |