Watchtower Online Library Search - Unofficial

Use the context menu to search words on Watch Tower Library

Qu'est-ce que Watchtower Online Library Search - Unofficial ?

Watchtower Online Library Search - Unofficial est une extension Chrome développée par Serge Benard, et sa fonction principale est "Use the context menu to search words on Watch Tower Library".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Watchtower Online Library Search - Unofficial

Téléchargez les fichiers d'extension Watchtower Online Library Search - Unofficial au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Watchtower Online Library Search - Unofficial Watchtower Online Library Search - Unofficial
ID paibejibkjomgdecgblgfkoobjjoakom
URL Officiel https://chromewebstore.google.com/detail/watchtower-online-library/paibejibkjomgdecgblgfkoobjjoakom
Description Use the context menu to search words on Watch Tower Library
Taille du Fichier 18.71 KB
Nombre d'Installations 1,436
Version Actuelle 1.1.1
Dernière Mise à Jour 2019-03-27
Date de Publication 2019-03-27
Évaluation 4.50/5 Total 8 Évaluations
Développeur Serge Benard
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}