HTML DOM Navigation
HTML DOM Navigation lets you view the node tree in a simple and easy way. IRB would be really useful for Watir automation.
Τι είναι το HTML DOM Navigation;
Το HTML DOM Navigation είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hkokila, και η κύρια λειτουργία του είναι "HTML DOM Navigation lets you view the node tree in a simple and easy way. IRB would be really useful for Watir automation.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HTML DOM Navigation
Λήψη αρχείων επέκτασης HTML DOM Navigation σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
I have developed this extension mainly for fetching the DOM quickly since it might take some time in the Watir automation. -Click on the ‘HTML DOM Navigation’ icon at the right top of the page once the webpage loads completely -Hover the mouse over any element in the page to view the IRB format and the top five ancestors of an element -Right click on the page and select the ‘HTML DOM Navigation -> Tree Format’ option in the Context-Menu to view the tree format (of an entire body tag) -To disable, click on the icon again **You can copy the content using ‘ctrl+c’ **You can scroll the content using up-arrow and down-arrow Note: If the copy/scroll doesn’t work, click anywhere on the page to focus on it and try again Privacy: This tool doesn’t store any of your data
Βασικές Πληροφορίες Επέκτασης
Όνομα | HTML DOM Navigation |
ID | eimpgjcahblfpdgiknmbmglcafegimil |
Επίσημο URL | https://chromewebstore.google.com/detail/html-dom-navigation/eimpgjcahblfpdgiknmbmglcafegimil |
Περιγραφή | HTML DOM Navigation lets you view the node tree in a simple and easy way. IRB would be really useful for Watir automation. |
Μέγεθος Αρχείου | 13.89 KB |
Αριθμός Εγκαταστάσεων | 3,772 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2016-10-24 |
Ημερομηνία Δημοσίευσης | 2016-10-24 |
Αξιολόγηση | 4.72/5 Συνολικά 18 Αξιολογήσεις |
Προγραμματιστής | hkokila |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HTML DOM Navigation", "manifest_version": 2, "version": "1.0", "description": "HTML DOM Navigation lets you view the node tree in a simple and easy way. IRB would be really useful for Watir automation.", "background": { "page": "background.html" }, "icons": { "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "HTML DOM Navigation" }, "permissions": [ "activeTab", "contextMenus" ] } |