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
公式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
Eメール [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"
    }
}