EPUBReader
Read epub files directly in the browser
EPUBReader란 무엇입니까?
EPUBReader은(는) epubreader에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read epub files directly in the browser"입니다.
확장 프로그램 스크린샷
EPUBReader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
EPUBReader is a fast and lightweight HTML5 based ebook reader. ✔ Reads ebooks in the EPUB format without DRM ✔ Only reader which opens ebooks directly from websites (right "read and change all your data on the websites you visit" needed) ✔ Only reader which opens ebooks by double-clicking in the file explorer ✔ Opens the ebooks in memory at the location where they are stored. Ebooks open fast, no extra space is required. ✔ Listen to your ebooks by installing the Read Aloud extension via readaloud.app ✔ Available in 24 languages ✔ Works offline ** If you experience any problems, please contact me via my website shown in the "Support" tab. Thanks! **
확장 프로그램 기본 정보
이름 | EPUBReader |
ID | jhhclmfgfllimlhabjkgkeebkbiadflb |
공식 URL | https://chromewebstore.google.com/detail/epubreader/jhhclmfgfllimlhabjkgkeebkbiadflb |
설명 | Read epub files directly in the browser |
파일 크기 | 177 KB |
설치 횟수 | 1,039,893 |
현재 버전 | 2.0.12 |
최근 업데이트 | 2020-11-19 |
출시 날짜 | 2020-06-23 |
평점 | 3.65/5 총 234 개의 평점 |
개발자 | epubreader |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://www.epubread.com/faq.php?webext=1 |
지원되는 언어 | de,en,fr,nl,no,vi,tr,ca,da,es,it,hu,pl,ro,fi,sv,cs,el,ru,uk,iw,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EPUBReader", "description": "__MSG_extensionDescription__", "icons": { "16": "skin\/icon_16.png", "48": "skin\/icon_48.png", "32": "skin\/icon_32.png", "128": "skin\/icon_128.png" }, "version": "2.0.12", "default_locale": "en", "homepage_url": "http:\/\/www.epubread.com\/", "author": "Michael Volz", "browser_action": { "default_icon": { "16": "skin\/icon_16.png", "48": "skin\/icon_48.png", "32": "skin\/icon_32.png", "128": "skin\/icon_128.png" }, "default_title": "EPUBReader", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "webNavigation", "webRequest", "webRequestBlocking", "downloads", " |