TinkerCSS

An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.

TinkerCSS란 무엇입니까?

TinkerCSS은(는) Jan Baykara에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes."입니다.

확장 프로그램 스크린샷

screenshot

TinkerCSS 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        TinkerCSS appends a CSS style tag to the end of a HTML document , that you can then live modify via the extension's editor Inspector panel, and see the results in real-time.

The CSS you write is saved with reference to the page URL, so if you open the same page again and load the panel, your previously written snippet will load up.                    

확장 프로그램 기본 정보

이름 TinkerCSS TinkerCSS
ID flbdabolfkgfmcnlheopgencfhjcllbp
공식 URL https://chrome.google.com/webstore/detail/tinkercss/flbdabolfkgfmcnlheopgencfhjcllbp
설명 An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.
파일 크기 682 KB
설치 횟수 154
현재 버전 1.2.2
최근 업데이트 2015-07-09
출시 날짜 2015-07-09
평점 3.00/5 총 2 개의 평점
개발자 Jan Baykara
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/janbaykara/TinkerCSS
도움말 페이지 URL https://github.com/janbaykara/TinkerCSS/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TinkerCSS",
    "description": "An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.",
    "manifest_version": 2,
    "version": "1.2.2",
    "icons": {
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "deps\/jquery.js",
                "lib\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/background.js"
        ]
    },
    "devtools_page": "lib\/devtools\/devtools.html"
}