Style inspect
Check all unique style been used in this page
Cos'è Style inspect?
Style inspect è un'estensione di Chrome sviluppata da liangl1412, e la sua funzione principale è "Check all unique style been used in this page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Style inspect
Scarica i file di estensione Style inspect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Extract all unique style like font size, font color and background color that generate into a viewable style guide for user with just one click No more digging into code or inspect elements to try to figure out what kind style guideline has been used in this page. Easier way to spot any unexpected color or font size been used in the page and have the ability to toggle corresponding element with highlight border Ability to bulk update all elements that use the same color real time More unique style data available in the console for developer to use
Informazioni di Base sull'Estensione
Nome | Style inspect |
ID | glkjdigblpcpjidkmadoeceklgmlalpb |
URL Ufficiale | https://chromewebstore.google.com/detail/style-inspect/glkjdigblpcpjidkmadoeceklgmlalpb |
Descrizione | Check all unique style been used in this page |
Dimensione del File | 68.72 KB |
Conteggio Installazioni | 92 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-01-05 |
Data di Pubblicazione | 2021-01-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | liangl1412 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Style inspect", "version": "1.1", "author": "Yi Zhou", "description": "Check all unique style been used in this page", "browser_action": { "default_icon": "images\/off.png" }, "background": { "scripts": [ ".\/background.js" ] }, "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2 } |