Library Extension
See books, music and more at your local library as you browse the internet
什么是Library Extension?
Library Extension是由https://www.libraryextension.com开发的Chrome扩展程序,该扩展的主要功能是“See books, music and more at your local library as you browse the internet”。
扩展截图
下载Library Extension扩展crx文件
下载Library Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Library Extension |
ID | chkgcmmjoejpekoegkedcpifgfhpjmec |
官方URL | https://chromewebstore.google.com/detail/library-extension/chkgcmmjoejpekoegkedcpifgfhpjmec |
简介 | See books, music and more at your local library as you browse the internet |
文件大小 | 268 KB |
安装次数 | 102,618 |
当前版本 | 2023.1127.1 |
更新时间 | 2023-11-27 |
上架时间 | 2020-06-24 |
评分 | 4.90/5 共3356次评分 |
开发者 | https://www.libraryextension.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.libraryextension.com |
帮助页面URL | https://www.libraryextension.com/help |
隐私政策页面URL | https://www.libraryextension.com/privacy-policy |
支持的语言 | 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" ] } |