Blinkist (Unofficial)
Go to blinkist version of books from Goodreads.com and Amazon.com
Was ist Blinkist (Unofficial)?
Blinkist (Unofficial) ist eine Chrome-Erweiterung, die von niyando entwickelt wurde, und ihr Hauptmerkmal ist "Go to blinkist version of books from Goodreads.com and Amazon.com".
Erweiterungsscreenshots
Blinkist (Unofficial)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Blinkist (Unofficial)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ngnmhichkkkadjknjfbhhoofimmmepgn |
| Offizielle URL | https://chromewebstore.google.com/detail/blinkist-unofficial/ngnmhichkkkadjknjfbhhoofimmmepgn |
| Beschreibung | Go to blinkist version of books from Goodreads.com and Amazon.com |
| Dateigröße | 130 KB |
| Installationsanzahl | 153 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2017-06-01 |
| Veröffentlichungsdatum | 2017-06-01 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | niyando |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.niyando.com/ |
| Hilfeseite URL | http://www.niyando.com/ |
| Unterstützte Sprachen | 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"
]
}
]
} | |