W Select

Make everything in the page selectable

W Select là gì?

W Select là một tiện ích mở rộng Chrome được phát triển bởi https://wtoolkit.com, và tính năng chính của nó là "Make everything in the page selectable".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng W Select 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

                        - Only one click to enable all the content in the page select-able and copy-able.

- A blinking logo to indicate the completion of the transformation.                    

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

Tên W Select W Select
ID hopmkhfohmlngadineepobbofdnilmhj
URL Chính Thức https://chromewebstore.google.com/detail/w-select/hopmkhfohmlngadineepobbofdnilmhj
Mô tả Make everything in the page selectable
Kích Thước Tệp 69.16 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2016-06-21
Ngày Phát Hành 2016-06-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://wtoolkit.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.wtoolkit.com/wselect/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "W Select",
    "description": "Make everything in the page selectable",
    "version": "1.0.6",
    "icons": {
        "16": "img\/icon16.png",
        "18": "img\/icon18.png",
        "19": "img\/icon19.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "18": "img\/icon18.png",
            "19": "img\/icon19.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "wSelect"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "third-party\/jquery\/jquery.min.js",
                "source\/content-script\/content-script.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "source\/content-script\/content-script.html",
        "source\/script.min.js",
        "img\/icon128.png",
        "third-party\/jquery\/jquery.min.js"
    ],
    "background": {
        "scripts": [
            "source\/background.min.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "",
        "contextMenus",
        "storage"
    ],
    "incognito": "split"
}