W Select

Make everything in the page selectable

What is W Select?

W Select is a Chrome extension developed by https://wtoolkit.com, and its main feature is "Make everything in the page selectable".

Extension Screenshots

screenshot
screenshot

Download W Select Extension CRX File

Download W Select extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name W Select W Select
ID hopmkhfohmlngadineepobbofdnilmhj
Official URL https://chromewebstore.google.com/detail/w-select/hopmkhfohmlngadineepobbofdnilmhj
Description Make everything in the page selectable
File Size 69.16 KB
Installation Count 70
Current Version 1.0.6
Last Updated 2016-06-21
Publish Date 2016-06-21
Rating 5.00/5 Total 2 Ratings
Developer https://wtoolkit.com
Email [email protected]
Payment Type free
Extension Website http://www.wtoolkit.com/wselect/
Supported Languages 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"
}