Available Reads
Displays availability of ebooks and audiobooks from your local library on GoodReads pages.
What is Available Reads?
Available Reads is a Chrome extension developed by rhollister, and its main feature is "Displays availability of ebooks and audiobooks from your local library on GoodReads pages.".
Extension Screenshots
Download Available Reads Extension CRX File
Download Available Reads 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
See your local library's ebook availability right from Goodreads! This extension adds a simple listing of copies available from Libby/Overdrive on each Goodreads review page and in your Goodreads bookshelf. You can even add multiple libraries to search from!
Extension Basic Information
Name | Available Reads |
ID | gclnfffacbjpclfenjgefpfnafmjghhk |
Official URL | https://chromewebstore.google.com/detail/available-reads/gclnfffacbjpclfenjgefpfnafmjghhk |
Description | Displays availability of ebooks and audiobooks from your local library on GoodReads pages. |
File Size | 253 KB |
Installation Count | 4,841 |
Current Version | 5.2.1 |
Last Updated | 2023-10-09 |
Publish Date | 2018-10-13 |
Rating | 4.75/5 Total 99 Ratings |
Developer | rhollister |
[email protected] | |
Payment Type | free |
Extension Website | http://rhollister.github.io/goodreads |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Available Reads", "short_name": "AvailableReads", "version": "5.2.1", "manifest_version": 3, "description": "Displays availability of ebooks and audiobooks from your local library on GoodReads pages.", "homepage_url": "http:\/\/github.com\/rhollister", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "src\/background.js", "type": "module" }, "options_ui": { "page": "src\/options\/index.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.goodreads.com\/*" ], "js": [ "src\/goodreads_inject.js" ] }, { "matches": [ "https:\/\/www.overdrive.com\/libraries" ], "js": [ "src\/overdrive_inject.js" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/throbber.gif", "icons\/icon25.png", "icons\/icon25-hover.png", "icons\/icon48.png", "src\/options\/index.html" ], "matches": [ " |