Library Extension
See books, music and more at your local library as you browse the internet
Library Extension là gì?
Library Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.libraryextension.com, và tính năng chính của nó là "See books, music and more at your local library as you browse the internet".
Ả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 Library Extension
Tải xuống các tệp mở rộng Library Extension 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 instant availability information for books, music, and audiobooks from catalogs offered by your local libraries as you browse various sites. We currently support over 5000 libraries around the world. Find our complete list of supported libraries at https://www.libraryextension.com/supported-libraries If you do not find your library supported, please visit our feedback page at https://www.libraryextension.com/contact-us - we're always happy to add new libraries!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Library Extension |
ID | chkgcmmjoejpekoegkedcpifgfhpjmec |
URL Chính Thức | https://chromewebstore.google.com/detail/library-extension/chkgcmmjoejpekoegkedcpifgfhpjmec |
Mô tả | See books, music and more at your local library as you browse the internet |
Kích Thước Tệp | 268 KB |
Số Lần Cài Đặt | 102,618 |
Phiên Bản Hiện Tại | 2023.1127.1 |
Cập Nhật Lần Cuối | 2023-11-27 |
Ngày Phát Hành | 2020-06-24 |
Đánh Giá | 4.90/5 Tổng số 3356 Đánh Giá |
Nhà Phát Triển | https://www.libraryextension.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.libraryextension.com |
URL Trang Trợ Giúp | https://www.libraryextension.com/help |
URL Trang Chính Sách Bảo Mật | https://www.libraryextension.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/bookcase.png", "default_popup": "config.html", "default_title": "Library Extension" }, "content_scripts": [ { "css": [ "css\/common.css" ], "js": [ "common.js" ], "matches": [ "https:\/\/www.libraryextension.com\/*", "https:\/\/api.libraryextension.com\/*" ] } ], "content_security_policy": "connect-src 'self' *; script-src 'self'; object-src 'self';", "default_locale": "en", "description": "See books, music and more at your local library as you browse the internet", "homepage_url": "https:\/\/www.libraryextension.com\/", "icons": { "128": "images\/bookcase.png" }, "manifest_version": 2, "name": "__MSG_extName__", "options_ui": { "chrome_style": true, "open_in_tab": true, "page": "config.html" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "short_name": "__MSG_extName__", "version": "2023.1127.1", "web_accessible_resources": [ "css\/common.css", "css\/bootstrap.min.css", "images\/001_38.png", "images\/001_50.png", "images\/bookcase.png", "images\/hoopla-49x21.png", "images\/openlibrary-logo-tighter.svg", "images\/pause.png", "images\/play.png", "images\/toolbar_select.gif" ] } |