Book Depository Search

Lets you quickly search any selected term in the Book Depository

什么是Book Depository Search?

Book Depository Search是由qv开发的Chrome扩展程序,该扩展的主要功能是“Lets you quickly search any selected term in the Book Depository”。

扩展截图

screenshot

下载Book Depository Search扩展crx文件

下载Book Depository Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Book Depository Search Book Depository Search
ID cbbomhibacggmbpbgpfakjenbmjdnnmc
官方URL https://chromewebstore.google.com/detail/book-depository-search/cbbomhibacggmbpbgpfakjenbmjdnnmc
简介 Lets you quickly search any selected term in the Book Depository
文件大小 53.21 KB
安装次数 142
当前版本 1.0
更新时间 2016-02-17
上架时间 2016-02-16
评分 4.83/5 共6次评分
开发者 qv
付费类型 free
支持的语言 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"
    }
}