Goodreads ratings in Audible
Displays Goodreads rankings for books in Audible store
Goodreads ratings in Audible là gì?
Goodreads ratings in Audible là một tiện ích mở rộng Chrome được phát triển bởi kreich, và tính năng chính của nó là "Displays Goodreads rankings for books in Audible store".
Ả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 Goodreads ratings in Audible
Tải xuống các tệp mở rộng Goodreads ratings in Audible 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
Displays Goodreads rankings for books in the Audible store. V0.0.5: Add support for "2 for 1" sales pages. V0.0.4: Add support for "2 for 1" sales pages. Support in HTTPS pages. Support audible.de V0.0.3: Better support for collections on sales. V0.0.2: Added links to author pages in Goodreads. Added ratings when hovering over a book catalog.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Goodreads ratings in Audible |
ID | kjdbldainogjefeimhhmpcipidphjiho |
URL Chính Thức | https://chromewebstore.google.com/detail/goodreads-ratings-in-audi/kjdbldainogjefeimhhmpcipidphjiho |
Mô tả | Displays Goodreads rankings for books in Audible store |
Kích Thước Tệp | 247 KB |
Số Lần Cài Đặt | 307 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2019-02-13 |
Ngày Phát Hành | 2019-02-13 |
Đánh Giá | 3.67/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | kreich |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Goodreads ratings in Audible", "description": "Displays Goodreads rankings for books in Audible store", "version": "0.0.6", "permissions": [ "https:\/\/www.goodreads.com\/" ], "background": { "scripts": [ "js\/jquery-2.1.3.min.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/logo_19.png", "38": "images\/logo_38.png" } }, "content_scripts": [ { "matches": [ "*:\/\/www.audible.com\/*", "*:\/\/www.audible.de\/*" ], "js": [ "js\/underscore-min.js", "js\/jquery-2.1.3.min.js", "script.js" ], "css": [ "style.css" ] } ], "icons": { "16": "images\/logo_16.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "manifest_version": 2 } |