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