Elements highlighter
Highlights items by css class prefix or attribute name
Qu'est-ce que Elements highlighter ?
Elements highlighter est une extension Chrome développée par Egor Ivanov, et sa fonction principale est "Highlights items by css class prefix or attribute name".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Elements highlighter
Téléchargez les fichiers d'extension Elements highlighter 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
Red color for items that have highlighted children. Blue for items without highlighted children.
Informations de Base sur l'Extension
Nom | Elements highlighter |
ID | jkklghcbhnagpddobffcifghgmkmojjf |
URL Officiel | https://chromewebstore.google.com/detail/elements-highlighter/jkklghcbhnagpddobffcifghgmkmojjf |
Description | Highlights items by css class prefix or attribute name |
Taille du Fichier | 198 KB |
Nombre d'Installations | 52 |
Version Actuelle | 1.10.0 |
Dernière Mise à Jour | 2020-05-23 |
Date de Publication | 2020-05-22 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Egor Ivanov |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Elements highlighter", "description": "Highlights items by css class prefix or attribute name", "version": "1.10.0", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "js\/background.js", "js\/highlightElements.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "commands": { "highlight": { "suggested_key": { "default": "Ctrl+H", "mac": "MacCtrl+H" }, "description": "Highlight elements" } }, "options_page": "options.html", "browser_action": { "default_title": "Highlight elements", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "default_popup": "popup.html" }, "manifest_version": 2 } |