ePub Reader

View ePub documents right in your browser in a stand-alone popup window.

什麼是ePub Reader?

ePub Reader是由Sevina開發的Chrome擴展程式,該擴展的主要功能是“View ePub documents right in your browser in a stand-alone popup window.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載ePub Reader擴展crx文件

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

擴展使用說明

                        ePub Reader is a simple and powerful extension that can open any document with a ".epub" file extension.

ePub is a new e-book file format for viewing online or offline documents. Please read this (https://en.wikipedia.org/wiki/EPUB) Wikipedia page to get more info about the ePub file format. To work with this add-on, please right-click on any ePub link and then click on the - View ePub - item from the context menu. Alternatively, you can open the popup window and then add the epub link in the UI (top section) to view the document.

For offline files, simply drag & drop the file to the designated area in the popup in order to load the ePub document. There are several views to render the document, please select them from the top toolbar within the UI. Moreover, you can resize the window to your desired size and the document will adapt itself to the new size.

Note: this add-on uses an open-source JavaScript library called "epub.js" in order to render the ".epub" file format. Please visit this (https://github.com/futurepress/epub.js/) GitHub page to get more info about this library.

If you have a feature request or found a bug to report, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/epub-reader.html).                    

擴展基本資訊

名稱 ePub Reader ePub Reader
ID dgkibcakfnhcnijakeobjifghganmojn
官方網址 https://chromewebstore.google.com/detail/epub-reader/dgkibcakfnhcnijakeobjifghganmojn
簡介 View ePub documents right in your browser in a stand-alone popup window.
檔案大小 200 KB
安裝次數 10,000
目前版本 0.1.6
更新時間 2022-02-07
上架時間 2020-01-29
評分 3.35/5 共 31 次評分
開發者 Sevina
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mybrowseraddon.com/epub-reader.html
說明頁面URL https://mybrowseraddon.com/epub-reader.html
隱私政策頁面URL https://mybrowseraddon.com/privacy-policy/developer/sevina.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "name": "ePub Reader",
    "manifest_version": 3,
    "offline_enabled": true,
    "short_name": "epub-reader",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/epub-reader.html",
    "description": "View ePub documents right in your browser in a stand-alone popup window.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "ePub Reader",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}