XPathMax - XPath Generator
XPath Generator by SchemaApp
什么是XPathMax - XPath Generator?
XPathMax - XPath Generator是由SchemaApp开发的Chrome扩展程序,该扩展的主要功能是“XPath Generator by SchemaApp”。
扩展截图
下载XPathMax - XPath Generator扩展crx文件
下载XPathMax - XPath Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
XPath Generator by SchemaApp This latest release crushes a few bugs, but it's time to say goodbye. This is the final release, and that means that this extension will no longer receive updates. Thanks to all our users over the years - and happy XPath'ing! *** Please restart Chrome OR reload all your tabs after installing this extension *** ∙ Start XpathMax by clicking the extension icon ∙ Then click the 'Start XpathMax' button. → You will see a blue bar appear at the top of the web page. → Click anywhere on the page to generate a list of XPaths pointing to that element on the page. ∙ To quit XPathMax, click the 'X' in the top-right of the extension window. *** Please restart Chrome OR reload all your tabs after installing this extension *** ∙ Report any bugs to support link on this page, and we'll do our best to get them resolved! Thanks for using XPathMax XPath Generator.
扩展基本信息
名称 | XPathMax - XPath Generator |
ID | mikjagmoklbhhfbhlbdnfeocmnfohneb |
官方URL | https://chromewebstore.google.com/detail/xpathmax-xpath-generator/mikjagmoklbhhfbhlbdnfeocmnfohneb |
简介 | XPath Generator by SchemaApp |
文件大小 | 672 KB |
安装次数 | 3,000 |
当前版本 | 1.0.4 |
更新时间 | 2023-12-14 |
上架时间 | 2020-03-17 |
评分 | 3.67/5 共3次评分 |
开发者 | SchemaApp |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.schemaapp.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "homepage_url": "https:\/\/www.schemaapp.com\/?referrer=XPath-Extension", "description": "XPath Generator by SchemaApp", "default_locale": "en", "permissions": [ "activeTab" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content-script.js" ], "css": [ "css\/content-script.8e52893d.css" ] } ], "version": "1.0.4", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |