DearReader Book Finder

Grabs ISBN numbers from books on a website and copies them to your clipboard.

What is DearReader Book Finder?

DearReader Book Finder is a Chrome extension developed by dearreader.com, and its main feature is "Grabs ISBN numbers from books on a website and copies them to your clipboard.".

Extension Screenshots

screenshot
screenshot

Download DearReader Book Finder Extension CRX File

Download DearReader Book Finder 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

                                            

Extension Basic Information

Name DearReader Book Finder DearReader Book Finder
ID jmanmakhbjkffkonbcgaglllpaggbomj
Official URL https://chromewebstore.google.com/detail/dearreader-book-finder/jmanmakhbjkffkonbcgaglllpaggbomj
Description Grabs ISBN numbers from books on a website and copies them to your clipboard.
File Size 23.13 KB
Installation Count 66
Current Version 1.0
Last Updated 2016-04-13
Publish Date 2016-04-13
Rating 5.00/5 Total 3 Ratings
Developer dearreader.com
Email [email protected]
Payment Type free
Extension Website http://www.dearreader.com/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DearReader Book Finder",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Grabs ISBN numbers from books on a website and copies them to your clipboard.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "clipboardWrite"
    ]
}