Watchtower Online Library Search - Unofficial

Use the context menu to search words on Watch Tower Library

What is Watchtower Online Library Search - Unofficial?

Watchtower Online Library Search - Unofficial is a Chrome extension developed by Serge Benard, and its main feature is "Use the context menu to search words on Watch Tower Library".

Extension Screenshots

screenshot
screenshot
screenshot

Download Watchtower Online Library Search - Unofficial Extension CRX File

Download Watchtower Online Library Search - Unofficial extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Watchtower Online Library Search - Unofficial Watchtower Online Library Search - Unofficial
ID paibejibkjomgdecgblgfkoobjjoakom
Official URL https://chromewebstore.google.com/detail/watchtower-online-library/paibejibkjomgdecgblgfkoobjjoakom
Description Use the context menu to search words on Watch Tower Library
File Size 18.71 KB
Installation Count 1,436
Current Version 1.1.1
Last Updated 2019-03-27
Publish Date 2019-03-27
Rating 4.50/5 Total 8 Ratings
Developer Serge Benard
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}