Custom DOM
Use predicates to match DOM nodes and pass them to custom functions.
Τι είναι το Custom DOM;
Το Custom DOM είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Whisno, και η κύρια λειτουργία του είναι "Use predicates to match DOM nodes and pass them to custom functions.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Custom DOM
Λήψη αρχείων επέκτασης 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": [ " |