Css to SCSS or SASS Converter
Simple and useful extension to convert CSS to SASS or SCSS
Cos'è Css to SCSS or SASS Converter?
Css to SCSS or SASS Converter è un'estensione di Chrome sviluppata da Far Se, e la sua funzione principale è "Simple and useful extension to convert CSS to SASS or SCSS".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Css to SCSS or SASS Converter
Scarica i file di estensione Css to SCSS or SASS Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Css to SCSS or SASS Converter |
ID | dmfhnejhgijefokeolmpgielghdplame |
URL Ufficiale | https://chromewebstore.google.com/detail/css-to-scss-or-sass-conve/dmfhnejhgijefokeolmpgielghdplame |
Descrizione | Simple and useful extension to convert CSS to SASS or SCSS |
Dimensione del File | 77.51 KB |
Conteggio Installazioni | 679 |
Versione Corrente | 1.1.4 |
Ultimo Aggiornamento | 2018-11-05 |
Data di Pubblicazione | 2018-11-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Far Se |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |