DiagnostiCSS
Diagnostic CSS stylesheet that helps visually detect any potentially invalid, inaccessible or erroneous HTML markup.
Hvad er DiagnostiCSS?
DiagnostiCSS er en Chrome-udvidelse udviklet af https://diagnosticss.github.io, og dens hovedfunktion er "Diagnostic CSS stylesheet that helps visually detect any potentially invalid, inaccessible or erroneous HTML markup.".
Udvidelsesskærmbilleder
Download DiagnostiCSS-udvidelses-CRX-fil
Download DiagnostiCSS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
DiagnostiCSS highlights the following problems: * inline styles and event attributes * invalid links * empty or deprecated elements * elements missing required attributes
Grundlæggende oplysninger om udvidelsen
Navn | DiagnostiCSS |
ID | ekpmkpffmmchjaopplcmdadmdhibpmdi |
Officiel URL | https://chromewebstore.google.com/detail/diagnosticss/ekpmkpffmmchjaopplcmdadmdhibpmdi |
Beskrivelse | Diagnostic CSS stylesheet that helps visually detect any potentially invalid, inaccessible or erroneous HTML markup. |
Filstørrelse | 22.22 KB |
Antal Installationer | 299 |
Nuværende Version | 0.0.3 |
Senest Opdateret | 2013-10-05 |
Udgivelsesdato | 2013-10-05 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | https://diagnosticss.github.io |
Betalingsmetode | free |
Udvidelseswebsted | http://diagnosticss.github.io |
Understøttede Sprog | 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 } |