Goodreads for Amazon
See Goodreads reviews on Amazon
What is Goodreads for Amazon?
Goodreads for Amazon is a Chrome extension developed by @rubencodes, and its main feature is "See Goodreads reviews on Amazon".
Extension Screenshots
Download Goodreads for Amazon Extension CRX File
Download Goodreads for Amazon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | nhoeikgladhciikplajkhippcmfoidlk |
Official URL | https://chrome.google.com/webstore/detail/goodreads-for-amazon/nhoeikgladhciikplajkhippcmfoidlk |
Description | See Goodreads reviews on Amazon |
File Size | 25.16 KB |
Installation Count | 92 |
Current Version | 0.1.5 |
Last Updated | 2019-08-11 |
Publish Date | 2019-08-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | @rubencodes |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |