Book Depository Search

Lets you quickly search any selected term in the Book Depository

Cos'è Book Depository Search?

Book Depository Search è un'estensione di Chrome sviluppata da qv, e la sua funzione principale è "Lets you quickly search any selected term in the Book Depository".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Book Depository Search

Scarica i file di estensione Book Depository Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Book Depository Search Book Depository Search
ID cbbomhibacggmbpbgpfakjenbmjdnnmc
URL Ufficiale https://chromewebstore.google.com/detail/book-depository-search/cbbomhibacggmbpbgpfakjenbmjdnnmc
Descrizione Lets you quickly search any selected term in the Book Depository
Dimensione del File 53.21 KB
Conteggio Installazioni 142
Versione Corrente 1.0
Ultimo Aggiornamento 2016-02-17
Data di Pubblicazione 2016-02-16
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore qv
Tipo di Pagamento free
Lingue Supportate 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"
    }
}