XML Tree
Displays XML data in a user friendly way.
Τι είναι το XML Tree;
Το XML Tree είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον alan.stroop, και η κύρια λειτουργία του είναι "Displays XML data in a user friendly way.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης XML Tree
Λήψη αρχείων επέκτασης XML Tree σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A benefit of XML is that it's "human readable". Egyptian hieroglyphics and EULAs are also "human readable", but not necessarily human friendly. This extension is your friend. Local file access (file://) is controlled via the chrome://extensions page. Recent Updates 2.0.3 - Remove "tabs" permission 2.0.2 - Create utils.js script tag dynamically as Chrome broke allowing static tag. Remove webintents logic/permission. Remove View Source and Options as Chrome blocks those now. 2.0.1 - Fix bug in XPath1 functionality. Updates to address localStorage issues when Options have never been saved. 2.0 - XSLT2/XPath2 support via Saxon-CE. Facelift. 1.9.2.1 - Updates due to webintents changes. 1.9.2 - Added webintents functionality to allow application/atom+xml and application/rss+xml to be viewed. Fixed ... bug on self-closing elements. Fixed js exceptions due to 1.9.1.10 updates. Known Issues 1. Collisions with other extensions inserting unwanted markup (i.e. ). 2. Some XML are served up with an inappropriate Content-Type header or reference unreachable files in DOCTYPE or xml-stylesheet PI causing issues with rendering. 3. Issues with javascript's handling of non-prefixed namespaces (i.e. xmlns="www.shh.com.org") in documents or duplicated prefixed namespaces (i.e. the prefix is the same and the URIs differ) could cause valid XPaths to fail using XPath Results functionality. 4. Caching of HTTP URLs in XSL widget. 5. XSL widget does not handle stylesheets that do import or include due to limitations in the javascript xsl processor. Original Author - Josh Moont Other Contributors - Arjan van Bentem, TarquinWJ, Jakub Roztocil
Βασικές Πληροφορίες Επέκτασης
Όνομα | XML Tree |
ID | gbammbheopgpmaagmckhpjbfgdfkpadb |
Επίσημο URL | https://chromewebstore.google.com/detail/xml-tree/gbammbheopgpmaagmckhpjbfgdfkpadb |
Περιγραφή | Displays XML data in a user friendly way. |
Μέγεθος Αρχείου | 422 KB |
Αριθμός Εγκαταστάσεων | 139,931 |
Τρέχουσα Έκδοση | 2.0.3 |
Τελευταία Ενημέρωση | 2020-05-21 |
Ημερομηνία Δημοσίευσης | 2020-05-20 |
Αξιολόγηση | 4.03/5 Συνολικά 555 Αξιολογήσεις |
Προγραμματιστής | alan.stroop |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XML Tree", "version": "2.0.3", "manifest_version": 2, "description": "Displays XML data in a user friendly way.", "icons": { "48": "XML48.png", "128": "XML128.png" }, "background": { "scripts": [ "Saxonce\/Saxonce.nocache.js", "background.js" ], "pages": [ "background.html" ] }, "web_accessible_resources": [ "utils.js", "options.js" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "js": [ "xmltree.js" ], "matches": [ " |