Css to SCSS or SASS Converter

Simple and useful extension to convert CSS to SASS or SCSS

Css to SCSS or SASS Converterとは何ですか?

Css to SCSS or SASS ConverterはFar Seによって開発されたChromeの拡張機能で、その主な機能は「Simple and useful extension to convert CSS to SASS or SCSS」です。

拡張機能のスクリーンショット

screenshot

Css to SCSS or SASS Converter拡張機能のCRXファイルをダウンロード

Css to SCSS or SASS Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Css to SCSS or SASS Converter Css to SCSS or SASS Converter
ID dmfhnejhgijefokeolmpgielghdplame
公式URL https://chromewebstore.google.com/detail/css-to-scss-or-sass-conve/dmfhnejhgijefokeolmpgielghdplame
説明 Simple and useful extension to convert CSS to SASS or SCSS
ファイルサイズ 77.51 KB
インストール数 679
現在のバージョン 1.1.4
最終更新日 2018-11-05
公開日 2018-11-04
評価 5.00/5 合計 1 レビュー
開発者 Far Se
Eメール [email protected]
支払い方法 free
対応言語 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\/*"
    ]
}