W Select

Make everything in the page selectable

Qu'est-ce que W Select ?

W Select est une extension Chrome développée par https://wtoolkit.com, et sa fonction principale est "Make everything in the page selectable".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension W Select

Téléchargez les fichiers d'extension W Select au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom W Select W Select
ID hopmkhfohmlngadineepobbofdnilmhj
URL Officiel https://chromewebstore.google.com/detail/w-select/hopmkhfohmlngadineepobbofdnilmhj
Description Make everything in the page selectable
Taille du Fichier 69.16 KB
Nombre d'Installations 70
Version Actuelle 1.0.6
Dernière Mise à Jour 2016-06-21
Date de Publication 2016-06-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://wtoolkit.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.wtoolkit.com/wselect/
Langues Prises en Charge 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"
}