DearReader Book Finder

Grabs ISBN numbers from books on a website and copies them to your clipboard.

DearReader Book Finderとは何ですか?

DearReader Book Finderはdearreader.comによって開発されたChromeの拡張機能で、その主な機能は「Grabs ISBN numbers from books on a website and copies them to your clipboard.」です。

拡張機能のスクリーンショット

screenshot
screenshot

DearReader Book Finder拡張機能のCRXファイルをダウンロード

DearReader Book Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 DearReader Book Finder DearReader Book Finder
ID jmanmakhbjkffkonbcgaglllpaggbomj
公式URL https://chromewebstore.google.com/detail/dearreader-book-finder/jmanmakhbjkffkonbcgaglllpaggbomj
説明 Grabs ISBN numbers from books on a website and copies them to your clipboard.
ファイルサイズ 23.13 KB
インストール数 66
現在のバージョン 1.0
最終更新日 2016-04-13
公開日 2016-04-13
評価 5.00/5 合計 3 レビュー
開発者 dearreader.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.dearreader.com/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DearReader Book Finder",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Grabs ISBN numbers from books on a website and copies them to your clipboard.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "clipboardWrite"
    ]
}