Scan CSS
A script to inspect, scan and copy CSS properties of any element on the web page
What is Scan CSS?
Scan CSS is a Chrome extension developed by akshaymalik191, and its main feature is "A script to inspect, scan and copy CSS properties of any element on the web page".
Extension Screenshots
Download Scan CSS Extension CRX File
Download Scan CSS 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
A free tool to inspect and edit CSS right in the browser without a need to open developer tools. Press 'alt + s' to start the inspection. Click on "Copy" to copy the CSS properties of the element. Click on "Copy All" to copy the CSS properties of the element as well of its children.
Extension Basic Information
Name | Scan CSS |
ID | mkdaolldfcljbalhclcakgjjiklajdof |
Official URL | https://chromewebstore.google.com/detail/scan-css/mkdaolldfcljbalhclcakgjjiklajdof |
Description | A script to inspect, scan and copy CSS properties of any element on the web page |
File Size | 115 KB |
Installation Count | 293 |
Current Version | 1.0.2 |
Last Updated | 2022-11-29 |
Publish Date | 2022-11-26 |
Rating | 2.50/5 Total 4 Ratings |
Developer | akshaymalik191 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Scan CSS", "description": "A script to inspect, scan and copy CSS properties of any element on the web page", "version": "1.0.2", "icons": { "512": "icons\/Icon-512.png", "256": "icons\/Icon-256.png", "196": "icons\/Icon-196.png", "128": "icons\/Icon-128.png", "64": "icons\/Icon-64.png", "32": "icons\/Icon-32.png", "16": "icons\/Icon-16.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ " |