Goodreads ratings in Audible
Displays Goodreads rankings for books in Audible store
Cos'è Goodreads ratings in Audible?
Goodreads ratings in Audible è un'estensione di Chrome sviluppata da kreich, e la sua funzione principale è "Displays Goodreads rankings for books in Audible store".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Goodreads ratings in Audible
Scarica i file di estensione Goodreads ratings in Audible 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
Displays Goodreads rankings for books in the Audible store.
V0.0.5:
Add support for "2 for 1" sales pages.
V0.0.4:
Add support for "2 for 1" sales pages.
Support in HTTPS pages.
Support audible.de
V0.0.3:
Better support for collections on sales.
V0.0.2:
Added links to author pages in Goodreads.
Added ratings when hovering over a book catalog. Informazioni di Base sull'Estensione
| Nome | |
| ID | kjdbldainogjefeimhhmpcipidphjiho |
| URL Ufficiale | https://chromewebstore.google.com/detail/goodreads-ratings-in-audi/kjdbldainogjefeimhhmpcipidphjiho |
| Descrizione | Displays Goodreads rankings for books in Audible store |
| Dimensione del File | 247 KB |
| Conteggio Installazioni | 307 |
| Versione Corrente | 0.0.6 |
| Ultimo Aggiornamento | 2019-02-13 |
| Data di Pubblicazione | 2019-02-13 |
| Valutazione | 3.67/5 Totale 9 Valutazioni |
| Sviluppatore | kreich |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Goodreads ratings in Audible",
"description": "Displays Goodreads rankings for books in Audible store",
"version": "0.0.6",
"permissions": [
"https:\/\/www.goodreads.com\/"
],
"background": {
"scripts": [
"js\/jquery-2.1.3.min.js",
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"19": "images\/logo_19.png",
"38": "images\/logo_38.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/www.audible.com\/*",
"*:\/\/www.audible.de\/*"
],
"js": [
"js\/underscore-min.js",
"js\/jquery-2.1.3.min.js",
"script.js"
],
"css": [
"style.css"
]
}
],
"icons": {
"16": "images\/logo_16.png",
"48": "images\/logo_48.png",
"128": "images\/logo_128.png"
},
"manifest_version": 2
} | |