Watchtower Online Library Search - Unofficial

Use the context menu to search words on Watch Tower Library

Что такое Watchtower Online Library Search - Unofficial?

Watchtower Online Library Search - Unofficial - это расширение Chrome, разработанное Serge Benard, и его основная функция - "Use the context menu to search words on Watch Tower Library".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Watchtower Online Library Search - Unofficial

Скачайте файлы расширений Watchtower Online Library Search - Unofficial в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This is an unofficial Watchtower Online Library Search extension.

You can select default search resources in the options, which are saved on a per-browser basis.

Access the search capability by selecting text on any webpage, right clicking on the selected text, and clicking on the Watchtower Online Library search option.

V 1.1.1 - Small fixes and spelling

V 1.1 - Updates to the look of the Extension's Options. Better Cross-Browser Support.                    

Основная информация о расширении

Название Watchtower Online Library Search - Unofficial Watchtower Online Library Search - Unofficial
ID paibejibkjomgdecgblgfkoobjjoakom
Официальный URL https://chromewebstore.google.com/detail/watchtower-online-library/paibejibkjomgdecgblgfkoobjjoakom
Описание Use the context menu to search words on Watch Tower Library
Размер файла 18.71 KB
Количество установок 1,436
Текущая Версия 1.1.1
Последнее Обновление 2019-03-27
Дата публикации 2019-03-27
Рейтинг 4.50/5 Всего 8 оценок
Разработчик Serge Benard
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Watchtower Online Library Search - Unofficial",
    "description": "Use the context menu to search words on Watch Tower Library",
    "version": "1.1.1",
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "resources_scopes.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "options.html"
    },
    "icons": {
        "16": "JWOL16.png",
        "48": "JWOL48.png",
        "128": "JWOL128.png"
    }
}