Custom DOM
Use predicates to match DOM nodes and pass them to custom functions.
Custom DOMとは何ですか?
Custom DOMはWhisnoによって開発されたChromeの拡張機能で、その主な機能は「Use predicates to match DOM nodes and pass them to custom functions.」です。
拡張機能のスクリーンショット
Custom DOM拡張機能のCRXファイルをダウンロード
Custom DOM拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension traverses the DOM (both static and dynamically generated). Each node for which the predicate function returns true will be passed to the handling function. You can configure the extension through the extensions page (chrome://extensions/)
拡張機能の基本情報
名前 | Custom DOM |
ID | klmbmehkdcmkbcglhnfimklbepjogppo |
公式URL | https://chromewebstore.google.com/detail/custom-dom/klmbmehkdcmkbcglhnfimklbepjogppo |
説明 | Use predicates to match DOM nodes and pass them to custom functions. |
ファイルサイズ | 309 KB |
インストール数 | 27 |
現在のバージョン | 1.0 |
最終更新日 | 2015-01-17 |
公開日 | 2015-01-17 |
開発者 | Whisno |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Whisno/Chrome-Custom-DOM |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Custom DOM", "version": "1.0", "description": "Use predicates to match DOM nodes and pass them to custom functions.", "icons": { "128": "assets\/icon-128.png", "48": "assets\/icon-48.png", "24": "assets\/icon-24.png" }, "homepage_url": "https:\/\/github.com\/Whisno\/Chrome-Custom-DOM", "content_scripts": [ { "js": [ "main.js" ], "matches": [ " |