Blinkist (Unofficial)
Go to blinkist version of books from Goodreads.com and Amazon.com
Wat is Blinkist (Unofficial)?
Blinkist (Unofficial) is een Chrome-extensie ontwikkeld door niyando, en de belangrijkste functie is "Go to blinkist version of books from Goodreads.com and Amazon.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Blinkist (Unofficial)
Download Blinkist (Unofficial)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ngnmhichkkkadjknjfbhhoofimmmepgn |
| Officiële URL | https://chromewebstore.google.com/detail/blinkist-unofficial/ngnmhichkkkadjknjfbhhoofimmmepgn |
| Beschrijving | Go to blinkist version of books from Goodreads.com and Amazon.com |
| Bestandsgrootte | 130 KB |
| Aantal Installaties | 153 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2017-06-01 |
| Publicatiedatum | 2017-06-01 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | niyando |
| Betalingswijze | free |
| Extensiewebsite | http://www.niyando.com/ |
| Help Pagina-URL | http://www.niyando.com/ |
| Ondersteunde Talen | 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"
]
}
]
} | |