DiagnostiCSS
Diagnostic CSS stylesheet that helps visually detect any potentially invalid, inaccessible or erroneous HTML markup.
什麼是DiagnostiCSS?
DiagnostiCSS是由https://diagnosticss.github.io開發的Chrome擴展程式,該擴展的主要功能是“Diagnostic CSS stylesheet that helps visually detect any potentially invalid, inaccessible or erroneous HTML markup.”。
擴展截圖
下載DiagnostiCSS擴展crx文件
下載DiagnostiCSS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
DiagnostiCSS highlights the following problems: * inline styles and event attributes * invalid links * empty or deprecated elements * elements missing required attributes
擴展基本資訊
名稱 | DiagnostiCSS |
ID | ekpmkpffmmchjaopplcmdadmdhibpmdi |
官方網址 | https://chromewebstore.google.com/detail/diagnosticss/ekpmkpffmmchjaopplcmdadmdhibpmdi |
簡介 | Diagnostic CSS stylesheet that helps visually detect any potentially invalid, inaccessible or erroneous HTML markup. |
檔案大小 | 22.22 KB |
安裝次數 | 299 |
目前版本 | 0.0.3 |
更新時間 | 2013-10-05 |
上架時間 | 2013-10-05 |
評分 | 4.00/5 共 4 次評分 |
開發者 | https://diagnosticss.github.io |
付費類型 | free |
擴展官網 | http://diagnosticss.github.io |
支援的語言 | 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 } |