Book Depository Search

Lets you quickly search any selected term in the Book Depository

Qu'est-ce que Book Depository Search ?

Book Depository Search est une extension Chrome développée par qv, et sa fonction principale est "Lets you quickly search any selected term in the Book Depository".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Book Depository Search

Téléchargez les fichiers d'extension Book Depository Search 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

                        Right-click over any highlighted text to make a search of the highlighted terms in The Book Depository's website . Find all the books you want in the easiest way possible.

Select the text that you wouldd like to search (e.g. book title, author, ISBN), right click, and choose "Search Book Depository."  Your results will show up in a new tab.

Simple and easy.                    

Informations de Base sur l'Extension

Nom Book Depository Search Book Depository Search
ID cbbomhibacggmbpbgpfakjenbmjdnnmc
URL Officiel https://chromewebstore.google.com/detail/book-depository-search/cbbomhibacggmbpbgpfakjenbmjdnnmc
Description Lets you quickly search any selected term in the Book Depository
Taille du Fichier 53.21 KB
Nombre d'Installations 142
Version Actuelle 1.0
Dernière Mise à Jour 2016-02-17
Date de Publication 2016-02-16
Évaluation 4.83/5 Total 6 Évaluations
Développeur qv
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Book Depository Search",
    "description": "Lets you quickly search any selected term in the Book Depository",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "scripts.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}