JS Selector

Create JavaScript and jQuery selectors with one click.

JS Selector là gì?

JS Selector là một tiện ích mở rộng Chrome được phát triển bởi https://secret-share.com, và tính năng chính của nó là "Create JavaScript and jQuery selectors with one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JS Selector

Tải xuống các tệp mở rộng JS Selector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JS Selector JS Selector
ID mlcdhnofeolpdckggnbohdgpncchcmkk
URL Chính Thức https://chromewebstore.google.com/detail/js-selector/mlcdhnofeolpdckggnbohdgpncchcmkk
Mô tả Create JavaScript and jQuery selectors with one click.
Kích Thước Tệp 1.71 MB
Số Lần Cài Đặt 424
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2021-11-10
Ngày Phát Hành 2020-09-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://secret-share.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.secret-share.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}