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文件

下載Beautiful Epub Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ◈  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
官方網址 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"
    }
}