CSS Inspector
An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click.
Vad är CSS Inspector?
CSS Inspector är en Chrome-tillägg utvecklad av https://cssinspector.com, och dess huvudfunktion är "An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click.".
Tilläggsskärmbilder
Ladda ner CSS Inspector-förlängningens CRX-fil
Ladda ner CSS Inspector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
⚡️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 :)
Grundläggande Information om Tillägg
Namn | CSS Inspector |
ID | ncgpjidaohcjajcpafgagmejnooepbml |
Officiell webbadress | https://chromewebstore.google.com/detail/css-inspector/ncgpjidaohcjajcpafgagmejnooepbml |
Beskrivning | An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click. |
Filstorlek | 2.57 MB |
Antal Installationer | 7,078 |
Aktuell Version | 1.2.10 |
Senast Uppdaterad | 2021-05-03 |
Publiceringsdatum | 2020-05-25 |
Betyg | 2.52/5 Totalt 63 Betyg |
Utvecklare | https://cssinspector.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://cssinspector.com/ |
Stödda Språk | 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": [ " |