DOM Highlighter
Highlight DOM elements
DOM Highlighterとは何ですか?
DOM HighlighterはYuri Labzinによって開発されたChromeの拡張機能で、その主な機能は「Highlight DOM elements」です。
拡張機能のスクリーンショット
DOM Highlighter拡張機能のCRXファイルをダウンロード
DOM Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Clicking on the extension icon activates/deactivates the DOM highlighting of the page elements of the current tab. In the settings window, you can set the parameters of the highlight lines and limit the highlighting of elements by the mask of selectors.
拡張機能の基本情報
名前 | DOM Highlighter |
ID | cgmagalnhglnafodhkkojjiaejpdkbho |
公式URL | https://chromewebstore.google.com/detail/dom-highlighter/cgmagalnhglnafodhkkojjiaejpdkbho |
説明 | Highlight DOM elements |
ファイルサイズ | 52.1 KB |
インストール数 | 642 |
現在のバージョン | 0.1.4 |
最終更新日 | 2019-09-04 |
公開日 | 2019-09-04 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Yuri Labzin |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/YuriLabzin/dom-highlighter |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "0.1.4", "manifest_version": 2, "author": "Yuri Labzin", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "assets\/images\/icons\/default-16.png", "48": "assets\/images\/icons\/default-48.png", "128": "assets\/images\/icons\/default-128.png" }, "browser_action": { "default_icon": { "16": "assets\/images\/icons\/default-16.png", "48": "assets\/images\/icons\/default-48.png", "128": "assets\/images\/icons\/default-128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "contextMenus", "webNavigation" ], "web_accessible_resources": [ "settings-popup\/settings-popup.html", "assets\/images\/icons\/active-48.png", "assets\/images\/icons\/default-48.png", "assets\/images\/close-icon.svg" ] } |