Beautiful Epub Reader

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

Beautiful Epub Readerคืออะไร?

Beautiful Epub Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sparrow และคุณลักษณะหลักของมันคือ "Makes reading an epub exactly the same as an ebook in pdf format."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beautiful Epub Reader

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}