Goodreads for Amazon
See Goodreads reviews on Amazon
Was ist Goodreads for Amazon?
Goodreads for Amazon ist eine Chrome-Erweiterung, die von @rubencodes entwickelt wurde, und ihr Hauptmerkmal ist "See Goodreads reviews on Amazon".
Erweiterungsscreenshots
Goodreads for Amazon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Goodreads for Amazon-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
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nhoeikgladhciikplajkhippcmfoidlk |
Offizielle URL | https://chrome.google.com/webstore/detail/goodreads-for-amazon/nhoeikgladhciikplajkhippcmfoidlk |
Beschreibung | See Goodreads reviews on Amazon |
Dateigröße | 25.16 KB |
Installationsanzahl | 92 |
Aktuelle Version | 0.1.5 |
Letztes Update | 2019-08-11 |
Veröffentlichungsdatum | 2019-08-11 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | @rubencodes |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |