Blinkist (Unofficial)
Go to blinkist version of books from Goodreads.com and Amazon.com
Vad är Blinkist (Unofficial)?
Blinkist (Unofficial) är en Chrome-tillägg utvecklad av niyando, och dess huvudfunktion är "Go to blinkist version of books from Goodreads.com and Amazon.com".
Tilläggsskärmbilder
Ladda ner Blinkist (Unofficial)-förlängningens CRX-fil
Ladda ner Blinkist (Unofficial)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | ngnmhichkkkadjknjfbhhoofimmmepgn |
| Officiell webbadress | https://chromewebstore.google.com/detail/blinkist-unofficial/ngnmhichkkkadjknjfbhhoofimmmepgn |
| Beskrivning | Go to blinkist version of books from Goodreads.com and Amazon.com |
| Filstorlek | 130 KB |
| Antal Installationer | 153 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2017-06-01 |
| Publiceringsdatum | 2017-06-01 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | niyando |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.niyando.com/ |
| Hjälpsida URL | http://www.niyando.com/ |
| Stödda Språk | 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"
]
}
]
} | |