CSS Inspector
An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click.
Co je CSS Inspector?
CSS Inspector je rozšíření Chrome vyvinuté https://cssinspector.com, a jeho hlavní funkcí je „An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CSS Inspector
Stáhněte si soubory rozšíření CSS Inspector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
⚡️CSS Inspector is the easiest & fastest way to inspect/edit live webpages without coding. It's simple, just click & copy Features 🔎 Get CSS Properties simply by selecting an element 🎨 Get the color palette from any website 🖍 Get a color reading from any point in your browser, elements or images, and paste it 📏 Get distance between elements in the page 🅰 Inspect fonts, color and other font properties. All typographies in one place One time purchase CSS Inspector is a one-time purchase extension, and all updates are included with it. No subscriptions, and no further surprises :)
Základní Informace o Rozšíření
Název | CSS Inspector |
ID | ncgpjidaohcjajcpafgagmejnooepbml |
Oficiální URL | https://chromewebstore.google.com/detail/css-inspector/ncgpjidaohcjajcpafgagmejnooepbml |
Popis | An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click. |
Velikost souboru | 2.57 MB |
Počet instalací | 7,078 |
Aktuální Verze | 1.2.10 |
Poslední Aktualizace | 2021-05-03 |
Datum Vydání | 2020-05-25 |
Hodnocení | 2.52/5 Celkem 63 Hodnocení |
Vývojář | https://cssinspector.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://cssinspector.com/ |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS Inspector", "version": "1.2.10", "description": "An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click.", "browser_action": { "default_icon": "images\/app-icon.png", "default_title": "CSS Inspector" }, "icons": { "16": "images\/app-icon.png", "48": "images\/app-icon.png", "128": "images\/app-icon--big.png", "184": "images\/app-icon--big.png" }, "content_scripts": [ { "matches": [ " |