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
公式URL 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
Eメール [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"
    }
}