Available Reads
Displays availability of ebooks and audiobooks from your local library on GoodReads pages.
什么是Available Reads?
Available Reads是由rhollister开发的Chrome扩展程序,该扩展的主要功能是“Displays availability of ebooks and audiobooks from your local library on GoodReads pages.”。
扩展截图
下载Available Reads扩展crx文件
下载Available Reads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Available Reads |
ID | gclnfffacbjpclfenjgefpfnafmjghhk |
官方URL | https://chromewebstore.google.com/detail/available-reads/gclnfffacbjpclfenjgefpfnafmjghhk |
简介 | Displays availability of ebooks and audiobooks from your local library on GoodReads pages. |
文件大小 | 253 KB |
安装次数 | 4,841 |
当前版本 | 5.2.1 |
更新时间 | 2023-10-09 |
上架时间 | 2018-10-13 |
评分 | 4.75/5 共99次评分 |
开发者 | rhollister |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://rhollister.github.io/goodreads |
支持的语言 | 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": [ " |