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」です。
拡張機能のスクリーンショット
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 |
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" } } |