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.”。

擴展截圖

screenshot

下載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 JS Selector
ID mlcdhnofeolpdckggnbohdgpncchcmkk
官方網址 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": [
                ""
            ],
            "js": [
                "src\/inject\/listener.js"
            ],
            "run_at": "document_start"
        }
    ]
}