ISBN Express

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

What is ISBN Express?

ISBN Express is a Chrome extension developed by D. VECCHITTO, and its main feature is "Allows you to quickly find ISBNs by right-clicking book images.".

Extension Screenshots

screenshot
screenshot

Download ISBN Express Extension CRX File

Download ISBN Express extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ISBN Express ISBN Express
ID jpldplmfdmohamipcfdpgikofmckofib
Official URL https://chromewebstore.google.com/detail/isbn-express/jpldplmfdmohamipcfdpgikofmckofib
Description Allows you to quickly find ISBNs by right-clicking book images.
File Size 53.31 KB
Installation Count 138
Current Version 2.1
Last Updated 2016-03-11
Publish Date 2016-03-11
Rating 4.67/5 Total 3 Ratings
Developer D. VECCHITTO
Email [email protected]
Payment Type free
Supported Languages 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
}