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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}