Style inspect
Check all unique style been used in this page
Qu'est-ce que Style inspect ?
Style inspect est une extension Chrome développée par liangl1412, et sa fonction principale est "Check all unique style been used in this page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Style inspect
Téléchargez les fichiers d'extension Style inspect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Style inspect |
ID | glkjdigblpcpjidkmadoeceklgmlalpb |
URL Officiel | https://chromewebstore.google.com/detail/style-inspect/glkjdigblpcpjidkmadoeceklgmlalpb |
Description | Check all unique style been used in this page |
Taille du Fichier | 68.72 KB |
Nombre d'Installations | 92 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-01-05 |
Date de Publication | 2021-01-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | liangl1412 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |