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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |