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 هو إضافة Chrome تم تطويرها بواسطة Serge Benard، والميزة الرئيسية لها هي "Use the context menu to search words on Watch Tower Library".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Watchtower Online Library Search - Unofficial

قم بتنزيل ملفات الامتداد Watchtower Online Library Search - Unofficial بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
    }
}