Goodreads for Amazon
See Goodreads reviews on Amazon
Wat is Goodreads for Amazon?
Goodreads for Amazon is een Chrome-extensie ontwikkeld door @rubencodes, en de belangrijkste functie is "See Goodreads reviews on Amazon".
Extensie Screenshots
Download het CRX-bestand van de extensie Goodreads for Amazon
Download Goodreads for Amazon-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
Tired of having to lookup Amazon books on Goodreads? With this extension, you can access Goodreads reviews for books directly below Amazon's product descriptions, without having to leave the page.
Basisinformatie over de Extensie
Naam | |
ID | nhoeikgladhciikplajkhippcmfoidlk |
Officiële URL | https://chrome.google.com/webstore/detail/goodreads-for-amazon/nhoeikgladhciikplajkhippcmfoidlk |
Beschrijving | See Goodreads reviews on Amazon |
Bestandsgrootte | 25.16 KB |
Aantal Installaties | 92 |
Huidige Versie | 0.1.5 |
Laatst Bijgewerkt | 2019-08-11 |
Publicatiedatum | 2019-08-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | @rubencodes |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Goodreads for Amazon", "version": "0.1.5", "manifest_version": 2, "description": "See Goodreads reviews on Amazon", "homepage_url": "https:\/\/ruben.codes", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/*.amazon.ae\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.cn\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com.au\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.com.sg\/*", "https:\/\/*.amazon.com.tr\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.nl\/*" ] } ], "permissions": [ "https:\/\/*.goodreads.com\/*" ] } |