XML Plus
A powerful XML Viewer, supports text/regex and jQuery/CSS, XPath selectors
什麼是XML Plus?
XML Plus是由eGust開發的Chrome擴展程式,該擴展的主要功能是“A powerful XML Viewer, supports text/regex and jQuery/CSS, XPath selectors”。
擴展截圖
下載XML Plus擴展crx文件
下載XML Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
1. Supports both `CSS` and `XPath` selectors. 2. Supports text search and `Regular Expression` search. 3. Both `querySelectorAll` and `jQuery` flavors of CSS selectors are available. 4. `RegEx` is the only **CASE-INSENSITIVE** one. 5. Highly optimized for large XML files ( > 1MB ). 6. Stand-alone version - extremely fast because of avoiding Chrome's slow loading process. 7. Global `x` variable (`window.x`) is available in DevTools which includes: * `doc` - raw XML document object * `root` - root XML element object * `cur` - current selected node * `$` - jQuery bound on root element * `history` - search results * `$q` - helper for jQuery search * `cs` - helper for CSS search * `re` - helper for RegEx search * `tx` - helper for Text search * `xp` - helper for XPath search > Above helpers are `(expression, baseElement = root) => []` and searching on `baseElement` which is `x.root` by default.
擴展基本資訊
名稱 | XML Plus |
ID | jmhicemblbmkcbonbhkjmflehkmkiidj |
官方網址 | https://chromewebstore.google.com/detail/xml-plus/jmhicemblbmkcbonbhkjmflehkmkiidj |
簡介 | A powerful XML Viewer, supports text/regex and jQuery/CSS, XPath selectors |
檔案大小 | 176 KB |
安裝次數 | 9,179 |
目前版本 | 1.2.3 |
更新時間 | 2019-02-20 |
上架時間 | 2019-02-16 |
評分 | 4.50/5 共 10 次評分 |
開發者 | eGust |
付費類型 | free |
擴展官網 | https://github.com/eGust/xml-plus.chrome-extension |
說明頁面URL | https://github.com/eGust/xml-plus.chrome-extension/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "XML Plus", "version": "1.2.3", "description": "A powerful XML Viewer, supports text\/regex and jQuery\/CSS, XPath selectors", "author": "eGust", "homepage_url": "https:\/\/github.com\/eGust\/xml-plus", "icons": { "16": "icons\/logo-16.png", "48": "icons\/logo-48.png", "128": "icons\/logo-128.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ " |