Open ISBN

Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.

What is Open ISBN?

Open ISBN is a Chrome extension developed by brettz9, and its main feature is "Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Open ISBN Extension CRX File

Download Open ISBN 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

                        A webextensions add-on which lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.                    

Extension Basic Information

Name Open ISBN Open ISBN
ID lkhlbkfkgngohcmcgobknikibbpnpkbd
Official URL https://chromewebstore.google.com/detail/open-isbn/lkhlbkfkgngohcmcgobknikibbpnpkbd
Description Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.
File Size 45.68 KB
Installation Count 137
Current Version 0.4.0
Last Updated 2023-04-09
Publish Date 2018-03-30
Developer brettz9
Email [email protected]
Payment Type free
Extension Website http://github.com/brettz9/open-isbn
Help Page URL http://github.com/brettz9/open-isbn/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "author": "Brett Zamir",
    "version": "0.4.0",
    "homepage_url": "https:\/\/github.com\/brettz9\/open-isbn\/",
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "activeTab"
    ],
    "background": {
        "type": "module",
        "service_worker": "lib\/background.js"
    },
    "options_ui": {
        "page": "options\/options.html",
        "browser_style": true,
        "open_in_tab": false
    },
    "icons": {
        "128": "icon.png"
    },
    "default_locale": "en",
    "browser_specific_settings": {
        "gecko": {
            "id": "jid0-AUMeALWAI9Z08xdCmXfcfeySIjk@jetpack"
        }
    }
}