Book Depository Search

Lets you quickly search any selected term in the Book Depository

What is Book Depository Search?

Book Depository Search is a Chrome extension developed by qv, and its main feature is "Lets you quickly search any selected term in the Book Depository".

Extension Screenshots

screenshot

Download Book Depository Search Extension CRX File

Download Book Depository Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Book Depository Search Book Depository Search
ID cbbomhibacggmbpbgpfakjenbmjdnnmc
Official URL https://chromewebstore.google.com/detail/book-depository-search/cbbomhibacggmbpbgpfakjenbmjdnnmc
Description Lets you quickly search any selected term in the Book Depository
File Size 53.21 KB
Installation Count 142
Current Version 1.0
Last Updated 2016-02-17
Publish Date 2016-02-16
Rating 4.83/5 Total 6 Ratings
Developer qv
Payment Type free
Supported Languages 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"
    }
}