ePub Viewer

Read ePubs in a reader view style window, convert into PDF or use text to speech

ePub Viewer란 무엇입니까?

ePub Viewer은(는) brian.girko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read ePubs in a reader view style window, convert into PDF or use text to speech"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ePub Viewer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ePub Reader extension adds a context menu item to the browser link context to open and render *.epub and *.opf files in a browser tab for easy access without the need to install a native software. This extension uses the "Reader View" interface which offers three color schemes (light, dark and sepia). The user can change font size and family from the left side panel. It is also possible to view the eBook in full-screen mode. Table of Content is also displayed to let the user jump to a chapter easily. 

Notes:
1. This extension stores the current page number and the book URL in the address bar, so if this address is opened in a new tab, the book at the current position will be opened. This is useful to continue reading a book later.

Change Log:
0.1.3:
Load from local *.epub and *.opf files
Display loading percentage.                    

확장 프로그램 기본 정보

이름 ePub Viewer ePub Viewer
ID oebdflcjlggijfonbhnoliacddjgkjna
공식 URL https://chromewebstore.google.com/detail/epub-viewer/oebdflcjlggijfonbhnoliacddjgkjna
설명 Read ePubs in a reader view style window, convert into PDF or use text to speech
파일 크기 211 KB
설치 횟수 5,748
현재 버전 0.2.0
최근 업데이트 2021-08-17
출시 날짜 2020-01-20
평점 3.79/5 총 14 개의 평점
개발자 brian.girko
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://add0n.com/epub-reader.html
도움말 페이지 URL https://add0n.com/epub-reader.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ePub Viewer",
    "description": "Read ePubs in a reader view style window, convert into PDF or use text to speech",
    "version": "0.2.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "contextMenus",
        "chrome:\/\/favicon\/"
    ],
    "host_permissions": [
        "*:\/\/*\/*.epub*",
        "*:\/\/*\/*.opf*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/add0n.com\/epub-reader.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "action": [],
    "commands": {
        "_execute_action": {
            "description": "Press the action button"
        }
    }
}