Watchtower Online Library Search - Unofficial

Use the context menu to search words on Watch Tower Library

什麼是Watchtower Online Library Search - Unofficial?

Watchtower Online Library Search - Unofficial是由Serge Benard開發的Chrome擴展程式,該擴展的主要功能是“Use the context menu to search words on Watch Tower Library”。

擴展截圖

screenshot
screenshot
screenshot

下載Watchtower Online Library Search - Unofficial擴展crx文件

下載Watchtower Online Library Search - Unofficial擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Watchtower Online Library Search - Unofficial Watchtower Online Library Search - Unofficial
ID paibejibkjomgdecgblgfkoobjjoakom
官方網址 https://chromewebstore.google.com/detail/watchtower-online-library/paibejibkjomgdecgblgfkoobjjoakom
簡介 Use the context menu to search words on Watch Tower Library
檔案大小 18.71 KB
安裝次數 1,436
目前版本 1.1.1
更新時間 2019-03-27
上架時間 2019-03-27
評分 4.50/5 共 8 次評分
開發者 Serge Benard
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}