Elements highlighter
Highlights items by css class prefix or attribute name
Elements highlighterとは何ですか?
Elements highlighterはEgor Ivanovによって開発されたChromeの拡張機能で、その主な機能は「Highlights items by css class prefix or attribute name」です。
拡張機能のスクリーンショット
Elements highlighter拡張機能のCRXファイルをダウンロード
Elements highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Red color for items that have highlighted children. Blue for items without highlighted children.
拡張機能の基本情報
名前 | Elements highlighter |
ID | jkklghcbhnagpddobffcifghgmkmojjf |
公式URL | https://chromewebstore.google.com/detail/elements-highlighter/jkklghcbhnagpddobffcifghgmkmojjf |
説明 | Highlights items by css class prefix or attribute name |
ファイルサイズ | 198 KB |
インストール数 | 52 |
現在のバージョン | 1.10.0 |
最終更新日 | 2020-05-23 |
公開日 | 2020-05-22 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Egor Ivanov |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Elements highlighter", "description": "Highlights items by css class prefix or attribute name", "version": "1.10.0", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "js\/background.js", "js\/highlightElements.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "commands": { "highlight": { "suggested_key": { "default": "Ctrl+H", "mac": "MacCtrl+H" }, "description": "Highlight elements" } }, "options_page": "options.html", "browser_action": { "default_title": "Highlight elements", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "default_popup": "popup.html" }, "manifest_version": 2 } |