W Select

Make everything in the page selectable

Cos'è W Select?

W Select è un'estensione di Chrome sviluppata da https://wtoolkit.com, e la sua funzione principale è "Make everything in the page selectable".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione W Select

Scarica i file di estensione W Select in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome W Select W Select
ID hopmkhfohmlngadineepobbofdnilmhj
URL Ufficiale https://chromewebstore.google.com/detail/w-select/hopmkhfohmlngadineepobbofdnilmhj
Descrizione Make everything in the page selectable
Dimensione del File 69.16 KB
Conteggio Installazioni 70
Versione Corrente 1.0.6
Ultimo Aggiornamento 2016-06-21
Data di Pubblicazione 2016-06-21
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://wtoolkit.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.wtoolkit.com/wselect/
Lingue Supportate 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"
}