DiagnostiCSS
Diagnostic CSS stylesheet that helps visually detect any potentially invalid, inaccessible or erroneous HTML markup.
Wat is DiagnostiCSS?
DiagnostiCSS is een Chrome-extensie ontwikkeld door https://diagnosticss.github.io, en de belangrijkste functie is "Diagnostic CSS stylesheet that helps visually detect any potentially invalid, inaccessible or erroneous HTML markup.".
Extensie Screenshots
Download het CRX-bestand van de extensie DiagnostiCSS
Download DiagnostiCSS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
DiagnostiCSS highlights the following problems: * inline styles and event attributes * invalid links * empty or deprecated elements * elements missing required attributes
Basisinformatie over de Extensie
Naam | DiagnostiCSS |
ID | ekpmkpffmmchjaopplcmdadmdhibpmdi |
Officiële URL | https://chromewebstore.google.com/detail/diagnosticss/ekpmkpffmmchjaopplcmdadmdhibpmdi |
Beschrijving | Diagnostic CSS stylesheet that helps visually detect any potentially invalid, inaccessible or erroneous HTML markup. |
Bestandsgrootte | 22.22 KB |
Aantal Installaties | 299 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2013-10-05 |
Publicatiedatum | 2013-10-05 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://diagnosticss.github.io |
Betalingswijze | free |
Extensiewebsite | http://diagnosticss.github.io |
Ondersteunde Talen | 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 } |