ISBN Search

Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)

What is ISBN Search?

ISBN Search is a Chrome extension developed by duncankeith228, and its main feature is "Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)".

Extension Screenshots

screenshot
screenshot

Download ISBN Search Extension CRX File

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

                        Find all of your books in the most convenient way possible. 
Any ISBNs will automatically be replaced with a hyperlink to your free pdf download! 

Link to GitHub repo: https://github.com/DuncanKeith/isbn-search                    

Extension Basic Information

Name ISBN Search ISBN Search
ID pciedbdeahgjkohjeikjjljdbhbkjeoc
Official URL https://chromewebstore.google.com/detail/isbn-search/pciedbdeahgjkohjeikjjljdbhbkjeoc
Description Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)
File Size 12.16 KB
Installation Count 602
Current Version 1.0.0
Last Updated 2016-11-22
Publish Date 2016-11-22
Rating 4.78/5 Total 9 Ratings
Developer duncankeith228
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ISBN Search",
    "version": "1.0.0",
    "description": "Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}