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
公式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
Eメール [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"
        }
    ]
}