JS Selector
Create JavaScript and jQuery selectors with one click.
什么是JS Selector?
JS Selector是由https://secret-share.com开发的Chrome扩展程序,该扩展的主要功能是“Create JavaScript and jQuery selectors with one click.”。
扩展截图
下载JS Selector扩展crx文件
下载JS Selector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You want easy copy and paste access to DOM elements with just one click? Well, you can stop searching, we got what you need! XPath Selector inserts a context menu to Google Chrome for easy access to this functionality. Just right click your element, choose your desired output format and get the selector right into your clipboard. It's all that easy.
扩展基本信息
名称 | JS Selector |
ID | mlcdhnofeolpdckggnbohdgpncchcmkk |
官方URL | https://chromewebstore.google.com/detail/js-selector/mlcdhnofeolpdckggnbohdgpncchcmkk |
简介 | Create JavaScript and jQuery selectors with one click. |
文件大小 | 1.71 MB |
安装次数 | 424 |
当前版本 | 1.1.1 |
更新时间 | 2021-11-10 |
上架时间 | 2020-09-06 |
评分 | 5.00/5 共1次评分 |
开发者 | https://secret-share.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.secret-share.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JS Selector", "description": "Create JavaScript and jQuery selectors with one click.", "version": "1.1.1", "manifest_version": 2, "homepage_url": "https:\/\/checkmytag.de", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "storage", "clipboardWrite", "contextMenus" ], "content_scripts": [ { "matches": [ " |