Watchtower Online Library Search - Unofficial

Use the context menu to search words on Watch Tower Library

O que é Watchtower Online Library Search - Unofficial?

Watchtower Online Library Search - Unofficial é uma extensão do Chrome desenvolvida por Serge Benard, e sua principal característica é "Use the context menu to search words on Watch Tower Library".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Watchtower Online Library Search - Unofficial

Baixe arquivos de extensão Watchtower Online Library Search - Unofficial no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Watchtower Online Library Search - Unofficial Watchtower Online Library Search - Unofficial
ID paibejibkjomgdecgblgfkoobjjoakom
URL Oficial https://chromewebstore.google.com/detail/watchtower-online-library/paibejibkjomgdecgblgfkoobjjoakom
Descrição Use the context menu to search words on Watch Tower Library
Tamanho do Arquivo 18.71 KB
Contagem de Instalações 1,436
Versão Atual 1.1.1
Última Atualização 2019-03-27
Data de Publicação 2019-03-27
Classificação 4.50/5 Total de 8 Avaliações
Desenvolvedor Serge Benard
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}