Watchtower Online Library Search - Unofficial

Use the context menu to search words on Watch Tower Library

Co je Watchtower Online Library Search - Unofficial?

Watchtower Online Library Search - Unofficial je rozšíření Chrome vyvinuté Serge Benard, a jeho hlavní funkcí je „Use the context menu to search words on Watch Tower Library“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Watchtower Online Library Search - Unofficial

Stáhněte si soubory rozšíření Watchtower Online Library Search - Unofficial ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Watchtower Online Library Search - Unofficial Watchtower Online Library Search - Unofficial
ID paibejibkjomgdecgblgfkoobjjoakom
Oficiální URL https://chromewebstore.google.com/detail/watchtower-online-library/paibejibkjomgdecgblgfkoobjjoakom
Popis Use the context menu to search words on Watch Tower Library
Velikost souboru 18.71 KB
Počet instalací 1,436
Aktuální Verze 1.1.1
Poslední Aktualizace 2019-03-27
Datum Vydání 2019-03-27
Hodnocení 4.50/5 Celkem 8 Hodnocení
Vývojář Serge Benard
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}