Inspect CSS
The easiest way to inspect and edit CSS
Hvad er Inspect CSS?
Inspect CSS er en Chrome-udvidelse udviklet af kholid060, og dens hovedfunktion er "The easiest way to inspect and edit CSS".
Udvidelsesskærmbilleder
Download Inspect CSS-udvidelses-CRX-fil
Download Inspect CSS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fbopfffegfehobgoommphghohinpkego |
| Officiel URL | https://chromewebstore.google.com/detail/inspect-css/fbopfffegfehobgoommphghohinpkego |
| Beskrivelse | The easiest way to inspect and edit CSS |
| Filstørrelse | 380 KB |
| Antal Installationer | 5,344 |
| Nuværende Version | 1.0.2 |
| Senest Opdateret | 2024-02-09 |
| Udgivelsesdato | 2020-09-15 |
| Bedømmelse | 4.20/5 Samlet 10 Bedømmelser |
| Udvikler | kholid060 |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/Kholid060/inspect-css |
| Hjælpeside-URL | https://github.com/Kholid060/inspect-css/issues |
| Understøttede Sprog | 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": [
"*:\/\/*\/*"
]
}
]
} | |