ePub Reader for Google Chrome™
View ePUB files right in your browser.
ePub Reader for Google Chrome™란 무엇입니까?
ePub Reader for Google Chrome™은(는) Quick Simple Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View ePUB files right in your browser."입니다.
확장 프로그램 스크린샷
ePub Reader for Google Chrome™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
View ePUB files right in your browser. Begin to open epub file today. Our FREE ePUB Reader for Google Chrome™ allows you to view ePUB files instantly. This is a free software to open epub online. Try our epub opener now. ePub Reader for Google Chrome™ is a simple and powerful add-on that can open any document with ".epub" file extension. Please note our software works well for epub open source and can allow you to view epub files instantly. ================================================== ePub is a new e-book file format for viewing online or offline documents. Please read this (https://en.wikipedia.org/wiki/EPUB) Wikipedia page to get more info about ePub file format. You can choose a ePUB file from your computer or from Google Drive to begin reading. Our tool allows you to choose whether you want to view ePub files from Google Drive/ePub files from your desktop computer. ================================================== Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners. Google doesn’t endorse or sponsor this Chrome extension. ePub Reader for Google Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.
확장 프로그램 기본 정보
이름 | ePub Reader for Google Chrome™ |
ID | fnplkbhndemgbopkkpmpnfklkhphpneg |
공식 URL | https://chromewebstore.google.com/detail/epub-reader-for-google-ch/fnplkbhndemgbopkkpmpnfklkhphpneg |
설명 | View ePUB files right in your browser. |
파일 크기 | 1.56 MB |
설치 횟수 | 322,611 |
현재 버전 | 3.0.2 |
최근 업데이트 | 2022-08-23 |
출시 날짜 | 2020-03-30 |
평점 | 3.39/5 총 358 개의 평점 |
개발자 | Quick Simple Apps |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://epub.freebusinessapps.net/epub-reader |
도움말 페이지 URL | https://epub.freebusinessapps.net/contact |
개인정보 보호 정책 페이지 URL | https://www.freebusinessapps.net/privacy |
지원되는 언어 | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,da,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,sr,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.2", "manifest_version": 3, "name": "__MSG_app_name__", "short_name": "__MSG_app_name__", "description": "__MSG_app_description__", "default_locale": "en", "offline_enabled": true, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "homepage_url": "https:\/\/epub.freebusinessapps.net\/", "action": { "default_title": "__MSG_app_name__", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |