Watchtower Online Library Search - Unofficial

Use the context menu to search words on Watch Tower Library

Watchtower Online Library Search - Unofficial là gì?

Watchtower Online Library Search - Unofficial là một tiện ích mở rộng Chrome được phát triển bởi Serge Benard, và tính năng chính của nó là "Use the context menu to search words on Watch Tower Library".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Watchtower Online Library Search - Unofficial

Tải xuống các tệp mở rộng Watchtower Online Library Search - Unofficial dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Watchtower Online Library Search - Unofficial Watchtower Online Library Search - Unofficial
ID paibejibkjomgdecgblgfkoobjjoakom
URL Chính Thức https://chromewebstore.google.com/detail/watchtower-online-library/paibejibkjomgdecgblgfkoobjjoakom
Mô tả Use the context menu to search words on Watch Tower Library
Kích Thước Tệp 18.71 KB
Số Lần Cài Đặt 1,436
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2019-03-27
Ngày Phát Hành 2019-03-27
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Serge Benard
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}