ISBN Express

Allows you to quickly find ISBNs by right-clicking book images.

ISBN Expressとは何ですか?

ISBN ExpressはD. VECCHITTOによって開発されたChromeの拡張機能で、その主な機能は「Allows you to quickly find ISBNs by right-clicking book images.」です。

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

screenshot
screenshot

ISBN Express拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        NEW IN VERSION 2.0: ISBNs display in a small HTML window with the ISBN text auto-selected. All you need to do is press CTRL+C!

ISBN Express allows you to find ISBNs quickly. If you right click any image, "Find ISBN" will appear in the context menu. Clicking "Find ISBN" will search the image URL and attempt to find an ISBN.

If you right click an empty area on a website, you can configure ISBN Express and choose whether or not to display hyphens.                    

拡張機能の基本情報

名前 ISBN Express ISBN Express
ID jpldplmfdmohamipcfdpgikofmckofib
公式URL https://chromewebstore.google.com/detail/isbn-express/jpldplmfdmohamipcfdpgikofmckofib
説明 Allows you to quickly find ISBNs by right-clicking book images.
ファイルサイズ 53.31 KB
インストール数 138
現在のバージョン 2.1
最終更新日 2016-03-11
公開日 2016-03-11
評価 4.67/5 合計 3 レビュー
開発者 D. VECCHITTO
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ISBN Express",
    "description": "Allows you to quickly find ISBNs by right-clicking book images.",
    "version": "2.1",
    "icons": {
        "16": "isbn16.png",
        "48": "isbn48.png",
        "128": "isbn128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery110min.js",
                "isbns.js"
            ],
            "css": [
                "isbnexp.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "isbnbg.js"
        ]
    },
    "manifest_version": 2
}