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
官方網址 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"
    }
}