EpubPup - EPUB Reader

Sleek and powerful EPUB reader that lets you read ePub files directly in your browser. FREE and easy to use.

EpubPup - EPUB Reader란 무엇입니까?

EpubPup - EPUB Reader은(는) Angela Lu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sleek and powerful EPUB reader that lets you read ePub files directly in your browser. FREE and easy to use."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

EpubPup - EPUB Reader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        EpubPup is packed with tons of powerful features under a carefully designed minimalistic modern interface, so that you can intuitively navigate through any ePub book and totally immerse yourself in your favorite books. EpubPup's design goal is to maximize your enjoyment of the book, and to minimize the frictions and hassles that come with other similar software.

Main features:
✔ Open ePub books directly from websites
✔ Enjoy offline reading
✔ Open any document with ".epub" file extension
✔ Read any ePub files, large or small
✔ Download ePub books to your computer with a single click
✔ Choose from the classic color schemes — White, Sepia, Night
✔ Customize your font, font-size, line-spacing
✔ Navigate easily to any chapter with the table of contents sidebar
✔ Pick up where you left off with the bookmark feature
✔ Read in book spread or web scroll format
✔ Enjoy full screen reading
✔ Supports intuitive keyboard and mouse navigation

New to ePub books? Try these websites for a large selection of free ePub books: Project Gutenberg (https://www.gutenberg.org), Manybooks (https://manybooks.net), epubBooks (https://www.epubbooks.com).                    

확장 프로그램 기본 정보

이름 EpubPup - EPUB Reader EpubPup - EPUB Reader
ID kjfhlbghiagglcldmlfmpkdgmehmhfjc
공식 URL https://chromewebstore.google.com/detail/epubpup-epub-reader/kjfhlbghiagglcldmlfmpkdgmehmhfjc
설명 Sleek and powerful EPUB reader that lets you read ePub files directly in your browser. FREE and easy to use.
파일 크기 1.77 MB
설치 횟수 20,000
현재 버전 1.0.8
최근 업데이트 2022-08-22
출시 날짜 2021-06-16
평점 4.74/5 총 155 개의 평점
개발자 Angela Lu
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EpubPup - EPUB Reader",
    "author": "Angela Lu",
    "version": "1.0.8",
    "manifest_version": 2,
    "description": "Sleek and powerful EPUB reader that lets you read ePub files directly in your browser. FREE and easy to use.",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "skin\/icon128.png",
            "48": "skin\/icon48.png",
            "32": "skin\/icon32.png",
            "16": "skin\/icon16.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "skin\/icon128.png",
        "48": "skin\/icon48.png",
        "32": "skin\/icon32.png",
        "16": "skin\/icon16.png"
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "reader.html"
    ],
    "offline_enabled": true
}