Watchtower Online Library Search - Unofficial

Use the context menu to search words on Watch Tower Library

Cos'è Watchtower Online Library Search - Unofficial?

Watchtower Online Library Search - Unofficial è un'estensione di Chrome sviluppata da Serge Benard, e la sua funzione principale è "Use the context menu to search words on Watch Tower Library".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Watchtower Online Library Search - Unofficial

Scarica i file di estensione Watchtower Online Library Search - Unofficial in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Watchtower Online Library Search - Unofficial Watchtower Online Library Search - Unofficial
ID paibejibkjomgdecgblgfkoobjjoakom
URL Ufficiale https://chromewebstore.google.com/detail/watchtower-online-library/paibejibkjomgdecgblgfkoobjjoakom
Descrizione Use the context menu to search words on Watch Tower Library
Dimensione del File 18.71 KB
Conteggio Installazioni 1,436
Versione Corrente 1.1.1
Ultimo Aggiornamento 2019-03-27
Data di Pubblicazione 2019-03-27
Valutazione 4.50/5 Totale 8 Valutazioni
Sviluppatore Serge Benard
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}