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 |
公式URL | 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 } |