Custom DOM
Use predicates to match DOM nodes and pass them to custom functions.
Vad är Custom DOM?
Custom DOM är en Chrome-tillägg utvecklad av Whisno, och dess huvudfunktion är "Use predicates to match DOM nodes and pass them to custom functions.".
Tilläggsskärmbilder
Ladda ner Custom DOM-förlängningens CRX-fil
Ladda ner Custom DOM-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/)
Grundläggande Information om Tillägg
Namn | Custom DOM |
ID | klmbmehkdcmkbcglhnfimklbepjogppo |
Officiell webbadress | https://chromewebstore.google.com/detail/custom-dom/klmbmehkdcmkbcglhnfimklbepjogppo |
Beskrivning | Use predicates to match DOM nodes and pass them to custom functions. |
Filstorlek | 309 KB |
Antal Installationer | 27 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-01-17 |
Publiceringsdatum | 2015-01-17 |
Utvecklare | Whisno |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/Whisno/Chrome-Custom-DOM |
Stödda Språk | 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": [ " |