CSSSteal
Given DOM element returns styles applied to it and all its children.
What is CSSSteal?
CSSSteal is a Chrome extension developed by Krasimir Tsonev, and its main feature is "Given DOM element returns styles applied to it and all its children.".
Extension Screenshots
Download CSSSteal Extension CRX File
Download CSSSteal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | CSSSteal |
ID | ellabkgcnhflepncdcnelhgclfkgmanh |
Official URL | https://chromewebstore.google.com/detail/csssteal/ellabkgcnhflepncdcnelhgclfkgmanh |
Description | Given DOM element returns styles applied to it and all its children. |
File Size | 557 KB |
Installation Count | 4,448 |
Current Version | 1.0.2 |
Last Updated | 2015-10-08 |
Publish Date | 2015-10-08 |
Rating | 2.26/5 Total 46 Ratings |
Developer | Krasimir Tsonev |
Payment Type | free |
Supported Languages | 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" } |