Watchtower Online Library Search - Unofficial

Use the context menu to search words on Watch Tower Library

¿Qué es Watchtower Online Library Search - Unofficial?

Watchtower Online Library Search - Unofficial es una extensión de Chrome desarrollada por Serge Benard, y su función principal es "Use the context menu to search words on Watch Tower Library".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Watchtower Online Library Search - Unofficial

Descarga archivos de extensión Watchtower Online Library Search - Unofficial en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Watchtower Online Library Search - Unofficial Watchtower Online Library Search - Unofficial
ID paibejibkjomgdecgblgfkoobjjoakom
URL Oficial https://chromewebstore.google.com/detail/watchtower-online-library/paibejibkjomgdecgblgfkoobjjoakom
Descripción Use the context menu to search words on Watch Tower Library
Tamaño del Archivo 18.71 KB
Cantidad de Instalaciones 1,436
Versión Actual 1.1.1
Última Actualización 2019-03-27
Fecha de Publicación 2019-03-27
Calificación 4.50/5 Total de 8 Calificaciones
Desarrollador Serge Benard
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}