W Select

Make everything in the page selectable

Co je W Select?

W Select je rozšíření Chrome vyvinuté https://wtoolkit.com, a jeho hlavní funkcí je „Make everything in the page selectable“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření W Select

Stáhněte si soubory rozšíření W Select ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název W Select W Select
ID hopmkhfohmlngadineepobbofdnilmhj
Oficiální URL https://chromewebstore.google.com/detail/w-select/hopmkhfohmlngadineepobbofdnilmhj
Popis Make everything in the page selectable
Velikost souboru 69.16 KB
Počet instalací 70
Aktuální Verze 1.0.6
Poslední Aktualizace 2016-06-21
Datum Vydání 2016-06-21
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://wtoolkit.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.wtoolkit.com/wselect/
Podporované Jazyky 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"
}