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文件

下载TinkerCSS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}