ISBN Converter

Convert 13 Digit ISBN to 10 Digit and vice versa

What is ISBN Converter?

ISBN Converter is a Chrome extension developed by savioster, and its main feature is "Convert 13 Digit ISBN to 10 Digit and vice versa".

Download ISBN Converter Extension CRX File

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

                        This tool can be used to convert ISBN 10 to 13 or vice versa.                    

Extension Basic Information

Name ISBN Converter ISBN Converter
ID njkhlpdhcnmmlhiojeediimibdjcgaak
Official URL https://chromewebstore.google.com/detail/isbn-converter/njkhlpdhcnmmlhiojeediimibdjcgaak
Description Convert 13 Digit ISBN to 10 Digit and vice versa
File Size 5.83 KB
Installation Count 123
Current Version 1.3
Last Updated 2015-06-03
Publish Date 2015-06-02
Rating 5.00/5 Total 1 Ratings
Developer savioster
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ISBN Converter",
    "description": "Convert 13 Digit ISBN to 10 Digit and vice versa",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}