CSS Extractor (Extracts style & media rules)

Select a DOM element and get styles applied to it and all its children.

CSS Extractor (Extracts style & media rules) là gì?

CSS Extractor (Extracts style & media rules) là một tiện ích mở rộng Chrome được phát triển bởi https://gadget-vignette.blogspot.com, và tính năng chính của nó là "Select a DOM element and get styles applied to it and all its children.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CSS Extractor (Extracts style & media rules)

Tải xuống các tệp mở rộng CSS Extractor (Extracts style & media rules) 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

                                            

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

Tên CSS Extractor (Extracts style & media rules) CSS Extractor (Extracts style & media rules)
ID cigdmgjlopkhnmngkenhglnlhdhgibjj
URL Chính Thức https://chromewebstore.google.com/detail/css-extractor-extracts-st/cigdmgjlopkhnmngkenhglnlhdhgibjj
Mô tả Select a DOM element and get styles applied to it and all its children.
Kích Thước Tệp 18.14 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-05-15
Ngày Phát Hành 2016-05-15
Đánh Giá 1.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://gadget-vignette.blogspot.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSS Extractor (Extracts style & media rules)",
    "short_name": "CSS Extractor",
    "description": "Select a DOM element and get styles applied to it and all its children.",
    "version": "1.2",
    "author": "kukkuz team",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/css-beautify.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "file:\/\/*\/*"
    ]
}