Available Reads
Displays availability of ebooks and audiobooks from your local library on GoodReads pages.
Available Reads là gì?
Available Reads là một tiện ích mở rộng Chrome được phát triển bởi rhollister, và tính năng chính của nó là "Displays availability of ebooks and audiobooks from your local library on GoodReads pages.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Available Reads
Tải xuống các tệp mở rộng Available Reads dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Available Reads |
ID | gclnfffacbjpclfenjgefpfnafmjghhk |
URL Chính Thức | https://chromewebstore.google.com/detail/available-reads/gclnfffacbjpclfenjgefpfnafmjghhk |
Mô tả | Displays availability of ebooks and audiobooks from your local library on GoodReads pages. |
Kích Thước Tệp | 253 KB |
Số Lần Cài Đặt | 4,841 |
Phiên Bản Hiện Tại | 5.2.1 |
Cập Nhật Lần Cuối | 2023-10-09 |
Ngày Phát Hành | 2018-10-13 |
Đánh Giá | 4.75/5 Tổng số 99 Đánh Giá |
Nhà Phát Triển | rhollister |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://rhollister.github.io/goodreads |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |