Custom DOM
Use predicates to match DOM nodes and pass them to custom functions.
Co to jest Custom DOM?
Custom DOM to rozszerzenie Chrome opracowane przez Whisno, a jego główną funkcją jest „Use predicates to match DOM nodes and pass them to custom functions.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Custom DOM
Pobierz pliki rozszerzeń Custom DOM w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/)
Podstawowe informacje o rozszerzeniu
Nazwa | Custom DOM |
ID | klmbmehkdcmkbcglhnfimklbepjogppo |
Oficjalny URL | https://chromewebstore.google.com/detail/custom-dom/klmbmehkdcmkbcglhnfimklbepjogppo |
Opis | Use predicates to match DOM nodes and pass them to custom functions. |
Rozmiar pliku | 309 KB |
Liczba instalacji | 27 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-01-17 |
Data Publikacji | 2015-01-17 |
Deweloper | Whisno |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Whisno/Chrome-Custom-DOM |
Obsługiwane Języki | 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": [ " |