DiagnostiCSS
Diagnostic CSS stylesheet that helps visually detect any potentially invalid, inaccessible or erroneous HTML markup.
Qu'est-ce que DiagnostiCSS ?
DiagnostiCSS est une extension Chrome développée par https://diagnosticss.github.io, et sa fonction principale est "Diagnostic CSS stylesheet that helps visually detect any potentially invalid, inaccessible or erroneous HTML markup.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DiagnostiCSS
Téléchargez les fichiers d'extension DiagnostiCSS 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
DiagnostiCSS highlights the following problems: * inline styles and event attributes * invalid links * empty or deprecated elements * elements missing required attributes
Informations de Base sur l'Extension
Nom | DiagnostiCSS |
ID | ekpmkpffmmchjaopplcmdadmdhibpmdi |
URL Officiel | https://chromewebstore.google.com/detail/diagnosticss/ekpmkpffmmchjaopplcmdadmdhibpmdi |
Description | Diagnostic CSS stylesheet that helps visually detect any potentially invalid, inaccessible or erroneous HTML markup. |
Taille du Fichier | 22.22 KB |
Nombre d'Installations | 299 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2013-10-05 |
Date de Publication | 2013-10-05 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | https://diagnosticss.github.io |
Type de Paiement | free |
Site Web de l'Extension | http://diagnosticss.github.io |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DiagnostiCSS", "description": "Diagnostic CSS stylesheet that helps visually detect any potentially invalid, inaccessible or erroneous HTML markup.", "version": "0.0.3", "background": { "scripts": [ "bg.js" ], "persistent": false }, "browser_action": { "default_icon": "disabled_icon19.png", "default_title": "DiagnostiCSS" }, "permissions": [ "activeTab", "http:\/\/diagnosticss.github.io\/css\/diagnosticss.css" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/\/*" ], "all_frames": true, "js": [ "content.js" ] } ], "icons": { "128": "128.png" }, "manifest_version": 2 } |