Blinkist (Unofficial)

Go to blinkist version of books from Goodreads.com and Amazon.com

What is Blinkist (Unofficial)?

Blinkist (Unofficial) is a Chrome extension developed by niyando, and its main feature is "Go to blinkist version of books from Goodreads.com and Amazon.com".

Extension Screenshots

screenshot
screenshot

Download Blinkist (Unofficial) Extension CRX File

Download Blinkist (Unofficial) 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 is an unofficial chrome extension for Blinkist. I personally love using Blinkist and created this extension to easily find Blinkist version of books.

It adds a button/link to Goodreads.com and Amazon.com book details page. 

The link leads to the Blinkist page for the same book if it exists. It's a convenient way for users to discover Blinklist's version while checking out the books on Goodreads.com and Amazon.com.                    

Extension Basic Information

Name Blinkist (Unofficial) Blinkist (Unofficial)
ID ngnmhichkkkadjknjfbhhoofimmmepgn
Official URL https://chromewebstore.google.com/detail/blinkist-unofficial/ngnmhichkkkadjknjfbhhoofimmmepgn
Description Go to blinkist version of books from Goodreads.com and Amazon.com
File Size 130 KB
Installation Count 153
Current Version 0.0.2
Last Updated 2017-06-01
Publish Date 2017-06-01
Rating 5.00/5 Total 1 Ratings
Developer niyando
Payment Type free
Extension Website http://www.niyando.com/
Help Page URL http://www.niyando.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blinkist (Unofficial)",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Go to blinkist version of books from Goodreads.com and Amazon.com",
    "author": "Nirav Gandhi",
    "homepage_url": "http:\/\/www.niyando.com\/",
    "icons": {
        "16": "icons\/f22_16.png",
        "48": "icons\/f22_48.png",
        "128": "icons\/f22_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.goodreads.com\/book\/*",
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}