Inspect CSS
The easiest way to inspect and edit CSS
What is Inspect CSS?
Inspect CSS is a Chrome extension developed by kholid060, and its main feature is "The easiest way to inspect and edit CSS".
Extension Screenshots
Download Inspect CSS Extension CRX File
Download Inspect 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
Features: 🔎 Get CSS Properties from any element by selecting it ✏️ Get and edit element attributes 📷 Download website assets ⌨️ Add your custom CSS to the website 🎨 Get the color palette of the website 🧭 DOM Navigation 🎯 Color picker GitHub: https://github.com/Kholid060/inspect-css
Extension Basic Information
Name | Inspect CSS |
ID | fbopfffegfehobgoommphghohinpkego |
Official URL | https://chromewebstore.google.com/detail/inspect-css/fbopfffegfehobgoommphghohinpkego |
Description | The easiest way to inspect and edit CSS |
File Size | 380 KB |
Installation Count | 5,344 |
Current Version | 1.0.2 |
Last Updated | 2024-02-09 |
Publish Date | 2020-09-15 |
Rating | 4.20/5 Total 10 Ratings |
Developer | kholid060 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Kholid060/inspect-css |
Help Page URL | https://github.com/Kholid060/inspect-css/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extensionName__", "version": "1.0.2", "description": "__MSG_extensionDescription__", "permissions": [ "activeTab", "scripting", "storage" ], "action": [], "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/woff2\/*.woff2", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |