ePub Viewer
Read ePubs in a reader view style window, convert into PDF or use text to speech
什麼是ePub Viewer?
ePub Viewer是由brian.girko開發的Chrome擴展程式,該擴展的主要功能是“Read ePubs in a reader view style window, convert into PDF or use text to speech”。
擴展截圖
下載ePub Viewer擴展crx文件
下載ePub Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ePub Reader extension adds a context menu item to the browser link context to open and render *.epub and *.opf files in a browser tab for easy access without the need to install a native software. This extension uses the "Reader View" interface which offers three color schemes (light, dark and sepia). The user can change font size and family from the left side panel. It is also possible to view the eBook in full-screen mode. Table of Content is also displayed to let the user jump to a chapter easily. Notes: 1. This extension stores the current page number and the book URL in the address bar, so if this address is opened in a new tab, the book at the current position will be opened. This is useful to continue reading a book later. Change Log: 0.1.3: Load from local *.epub and *.opf files Display loading percentage.
擴展基本資訊
名稱 | ePub Viewer |
ID | oebdflcjlggijfonbhnoliacddjgkjna |
官方網址 | https://chromewebstore.google.com/detail/epub-viewer/oebdflcjlggijfonbhnoliacddjgkjna |
簡介 | Read ePubs in a reader view style window, convert into PDF or use text to speech |
檔案大小 | 211 KB |
安裝次數 | 5,748 |
目前版本 | 0.2.0 |
更新時間 | 2021-08-17 |
上架時間 | 2020-01-20 |
評分 | 3.79/5 共 14 次評分 |
開發者 | brian.girko |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://add0n.com/epub-reader.html |
說明頁面URL | https://add0n.com/epub-reader.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ePub Viewer", "description": "Read ePubs in a reader view style window, convert into PDF or use text to speech", "version": "0.2.0", "manifest_version": 3, "permissions": [ "storage", "contextMenus", "chrome:\/\/favicon\/" ], "host_permissions": [ "*:\/\/*\/*.epub*", "*:\/\/*\/*.opf*" ], "background": { "service_worker": "worker.js" }, "homepage_url": "https:\/\/add0n.com\/epub-reader.html", "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" }, "action": [], "commands": { "_execute_action": { "description": "Press the action button" } } } |