Blinkist (Unofficial)
Go to blinkist version of books from Goodreads.com and Amazon.com
Cos'è Blinkist (Unofficial)?
Blinkist (Unofficial) è un'estensione di Chrome sviluppata da niyando, e la sua funzione principale è "Go to blinkist version of books from Goodreads.com and Amazon.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Blinkist (Unofficial)
Scarica i file di estensione Blinkist (Unofficial) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ngnmhichkkkadjknjfbhhoofimmmepgn |
| URL Ufficiale | https://chromewebstore.google.com/detail/blinkist-unofficial/ngnmhichkkkadjknjfbhhoofimmmepgn |
| Descrizione | Go to blinkist version of books from Goodreads.com and Amazon.com |
| Dimensione del File | 130 KB |
| Conteggio Installazioni | 153 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2017-06-01 |
| Data di Pubblicazione | 2017-06-01 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | niyando |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.niyando.com/ |
| URL della Pagina di Aiuto | http://www.niyando.com/ |
| Lingue Supportate | 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"
]
}
]
} | |