TinkerCSS

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

TinkerCSS là gì?

TinkerCSS là một tiện ích mở rộng Chrome được phát triển bởi Jan Baykara, và tính năng chính của nó là "An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TinkerCSS

Tải xuống các tệp mở rộng TinkerCSS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TinkerCSS TinkerCSS
ID flbdabolfkgfmcnlheopgencfhjcllbp
URL Chính Thức https://chrome.google.com/webstore/detail/tinkercss/flbdabolfkgfmcnlheopgencfhjcllbp
Mô tả An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.
Kích Thước Tệp 682 KB
Số Lần Cài Đặt 154
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2015-07-09
Ngày Phát Hành 2015-07-09
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Jan Baykara
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/janbaykara/TinkerCSS
URL Trang Trợ Giúp https://github.com/janbaykara/TinkerCSS/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}