W Select

Make everything in the page selectable

Что такое W Select?

W Select - это расширение Chrome, разработанное https://wtoolkit.com, и его основная функция - "Make everything in the page selectable".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения W Select

Скачайте файлы расширений 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
Электронная почта [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"
}