EPUBReader

Read epub files directly in the browser

EPUBReaderคืออะไร?

EPUBReader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย epubreader และคุณลักษณะหลักของมันคือ "Read epub files directly in the browser"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย EPUBReader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        EPUBReader is a fast and lightweight HTML5 based ebook reader.

✔ Reads ebooks in the EPUB format without DRM

✔ Only reader which opens ebooks directly from websites (right "read and change all your data on the websites you visit" needed)

✔ Only reader which opens ebooks by double-clicking in the file explorer

✔ Opens the ebooks in memory at the location where they are stored. Ebooks open fast, no extra space is required.

✔ Listen to your ebooks by installing the Read Aloud extension via readaloud.app

✔ Available in 24 languages

✔ Works offline

** If you experience any problems, please contact me via my website shown in the "Support" tab. Thanks! **                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EPUBReader EPUBReader
ID jhhclmfgfllimlhabjkgkeebkbiadflb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/epubreader/jhhclmfgfllimlhabjkgkeebkbiadflb
คำอธิบาย Read epub files directly in the browser
ขนาดไฟล์ 177 KB
จำนวนการติดตั้ง 1,039,893
เวอร์ชันปัจจุบัน 2.0.12
อัปเดตครั้งล่าสุด 2020-11-19
วันที่เผยแพร่ 2020-06-23
คะแนน 3.65/5 รวมทั้งหมด 234 คะแนน
ผู้พัฒนา epubreader
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://www.epubread.com/faq.php?webext=1
ภาษาที่รองรับ de,en,fr,nl,no,vi,tr,ca,da,es,it,hu,pl,ro,fi,sv,cs,el,ru,uk,iw,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EPUBReader",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "skin\/icon_16.png",
        "48": "skin\/icon_48.png",
        "32": "skin\/icon_32.png",
        "128": "skin\/icon_128.png"
    },
    "version": "2.0.12",
    "default_locale": "en",
    "homepage_url": "http:\/\/www.epubread.com\/",
    "author": "Michael Volz",
    "browser_action": {
        "default_icon": {
            "16": "skin\/icon_16.png",
            "48": "skin\/icon_48.png",
            "32": "skin\/icon_32.png",
            "128": "skin\/icon_128.png"
        },
        "default_title": "EPUBReader",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "reader.html"
    ]
}