Beautiful Epub Reader

Makes reading an epub exactly the same as an ebook in pdf format.

Beautiful Epub Reader란 무엇입니까?

Beautiful Epub Reader은(는) Sparrow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes reading an epub exactly the same as an ebook in pdf format."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Beautiful Epub Reader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ◈  epub reader with pdf-reader-like user interface.
◈  restore the scroll position when re-opening the file.
◈  store/save opened files and its history.
◈  support sweet sidebar, night-mode, onoff raw css effect
◈  parsing and rendering accuracy 90%+
◈  allow users to change fonts and text styles.
◈  directly open local and downloaded epub files.(the user has to manually approve this permission by visiting chrome://extensions/ and put a tick at the "Allow access to file URLs" checkbox to enable this feature.)                    

확장 프로그램 기본 정보

이름 Beautiful Epub Reader Beautiful Epub Reader
ID gbohfhccchgngoapncnfnpldhlkojifo
공식 URL https://chromewebstore.google.com/detail/beautiful-epub-reader/gbohfhccchgngoapncnfnpldhlkojifo
설명 Makes reading an epub exactly the same as an ebook in pdf format.
파일 크기 1.4 MB
설치 횟수 7,140
현재 버전 1.5.5
최근 업데이트 2023-06-16
출시 날짜 2021-05-17
평점 4.66/5 총 131 개의 평점
개발자 Sparrow
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kska32.github.io/beautiful-epub-reader
개인정보 보호 정책 페이지 URL https://kska32.github.io/privacy-policy
지원되는 언어 en,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Beautiful Epub Reader",
    "short_name": "B.Ep.Reader",
    "author": "[email protected]",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.5.5",
    "permissions": [
        "tts",
        "storage",
        "fontSettings",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "file:\/\/*"
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "action": {
        "default_title": "Beautiful Epub Reader",
        "default_icon": "icons\/epub128.png"
    },
    "icons": {
        "16": "icons\/epub16.png",
        "32": "icons\/epub32.png",
        "48": "icons\/epub48.png",
        "64": "icons\/epub64.png",
        "96": "icons\/epub96.png",
        "128": "icons\/epub128.png"
    }
}