W Select

Make everything in the page selectable

什麼是W Select?

W Select是由https://wtoolkit.com開發的Chrome擴展程式,該擴展的主要功能是“Make everything in the page selectable”。

擴展截圖

screenshot
screenshot

下載W Select擴展crx文件

下載W Select擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 W Select W Select
ID hopmkhfohmlngadineepobbofdnilmhj
官方網址 https://chromewebstore.google.com/detail/w-select/hopmkhfohmlngadineepobbofdnilmhj
簡介 Make everything in the page selectable
檔案大小 69.16 KB
安裝次數 70
目前版本 1.0.6
更新時間 2016-06-21
上架時間 2016-06-21
評分 5.00/5 共 2 次評分
開發者 https://wtoolkit.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.wtoolkit.com/wselect/
支援的語言 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"
}