Book Depository Search

Lets you quickly search any selected term in the Book Depository

Wat is Book Depository Search?

Book Depository Search is een Chrome-extensie ontwikkeld door qv, en de belangrijkste functie is "Lets you quickly search any selected term in the Book Depository".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Book Depository Search

Download Book Depository Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Book Depository Search Book Depository Search
ID cbbomhibacggmbpbgpfakjenbmjdnnmc
Officiële URL https://chromewebstore.google.com/detail/book-depository-search/cbbomhibacggmbpbgpfakjenbmjdnnmc
Beschrijving Lets you quickly search any selected term in the Book Depository
Bestandsgrootte 53.21 KB
Aantal Installaties 142
Huidige Versie 1.0
Laatst Bijgewerkt 2016-02-17
Publicatiedatum 2016-02-16
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar qv
Betalingswijze free
Ondersteunde Talen 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"
    }
}