Inspect CSS
The easiest way to inspect and edit CSS
Wat is Inspect CSS?
Inspect CSS is een Chrome-extensie ontwikkeld door kholid060, en de belangrijkste functie is "The easiest way to inspect and edit CSS".
Extensie Screenshots
Download het CRX-bestand van de extensie Inspect CSS
Download Inspect CSS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Inspect CSS |
ID | fbopfffegfehobgoommphghohinpkego |
Officiële URL | https://chromewebstore.google.com/detail/inspect-css/fbopfffegfehobgoommphghohinpkego |
Beschrijving | The easiest way to inspect and edit CSS |
Bestandsgrootte | 380 KB |
Aantal Installaties | 5,344 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2024-02-09 |
Publicatiedatum | 2020-09-15 |
Beoordeling | 4.20/5 Totaal 10 Beoordelingen |
Ontwikkelaar | kholid060 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Kholid060/inspect-css |
Help Pagina-URL | https://github.com/Kholid060/inspect-css/issues |
Ondersteunde Talen | 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": [ "*:\/\/*\/*" ] } ] } |