Book Depository Search

Lets you quickly search any selected term in the Book Depository

Apa itu Book Depository Search?

Book Depository Search adalah ekstensi Chrome yang dikembangkan oleh qv, dan fitur utamanya adalah "Lets you quickly search any selected term in the Book Depository".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Book Depository Search

Unduh file ekstensi Book Depository Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Book Depository Search Book Depository Search
ID cbbomhibacggmbpbgpfakjenbmjdnnmc
URL Resmi https://chromewebstore.google.com/detail/book-depository-search/cbbomhibacggmbpbgpfakjenbmjdnnmc
Deskripsi Lets you quickly search any selected term in the Book Depository
Ukuran File 53.21 KB
Jumlah Instalasi 142
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-02-17
Tanggal Publikasi 2016-02-16
Penilaian 4.83/5 Total 6 Penilaian
Pengembang qv
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}