CSSSteal
Given DOM element returns styles applied to it and all its children.
CSSSteal là gì?
CSSSteal là một tiện ích mở rộng Chrome được phát triển bởi Krasimir Tsonev, và tính năng chính của nó là "Given DOM element returns styles applied to it and all its children.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CSSSteal
Tải xuống các tệp mở rộng CSSSteal 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
Inspect elements and extract the CSS defined for them and their children. The extension is useful if you need to transfer part of one page to another.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CSSSteal |
ID | ellabkgcnhflepncdcnelhgclfkgmanh |
URL Chính Thức | https://chromewebstore.google.com/detail/csssteal/ellabkgcnhflepncdcnelhgclfkgmanh |
Mô tả | Given DOM element returns styles applied to it and all its children. |
Kích Thước Tệp | 557 KB |
Số Lần Cài Đặt | 4,448 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2015-10-08 |
Ngày Phát Hành | 2015-10-08 |
Đánh Giá | 2.26/5 Tổng số 46 Đánh Giá |
Nhà Phát Triển | Krasimir Tsonev |
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": "CSSSteal", "description": "Given DOM element returns styles applied to it and all its children.", "version": "1.0.2", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "devtools_page": "devtools.html" } |