Loudreader (azw3, mobi, epub, offline Reader)
azw3 (kindle book), mobi, epub, pdf ebook Reader. Pin it to toolbar and click to open a new tab, drag and drop local ebook to read.
Loudreader (azw3, mobi, epub, offline Reader)とは何ですか?
Loudreader (azw3, mobi, epub, offline Reader)はhttp://loudreader.comによって開発されたChromeの拡張機能で、その主な機能は「azw3 (kindle book), mobi, epub, pdf ebook Reader. Pin it to toolbar and click to open a new tab, drag and drop local ebook to read.」です。
拡張機能のスクリーンショット
Loudreader (azw3, mobi, epub, offline Reader)拡張機能のCRXファイルをダウンロード
Loudreader (azw3, mobi, epub, offline Reader)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Super lightweight azw3, mobi, epub and pdf ebook reader inside a browser. The World's Only ebook reader that can open .azw3 .mobi (kindle book format) files in a browser! Web's only usable ebook reader inside a browser. It could replace your desktop ebook reader! drag and drop epub azw3 mobi or pdf file here to read. Dropping a folder from computer file manager (or Finder) opens the first pdf or epub file inside of it. Or use top right button to choose a file to open. In the reader, quickly flip pages with 🖱 mouse middle wheel in paged reading mode.
拡張機能の基本情報
名前 | |
ID | pfbecgcnpmoemgpmmahkimbjefgggnoc |
公式URL | https://chrome.google.com/webstore/detail/loudreader-azw3-mobi-epub/pfbecgcnpmoemgpmmahkimbjefgggnoc |
説明 | azw3 (kindle book), mobi, epub, pdf ebook Reader. Pin it to toolbar and click to open a new tab, drag and drop local ebook to read. |
ファイルサイズ | 5.81 MB |
インストール数 | 10,308 |
現在のバージョン | 1.1 |
最終更新日 | 2021-03-03 |
公開日 | 2021-02-12 |
評価 | 2.94/5 合計 16 レビュー |
開発者 | http://loudreader.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.loudreader.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "manifest_version": 2, "name": "Loudreader (azw3, mobi, epub, offline Reader)", "description": "azw3 (kindle book), mobi, epub, pdf ebook Reader. Pin it to toolbar and click to open a new tab, drag and drop local ebook to read.", "icons": { "16": "images\/light-16.png", "32": "images\/light-32.png", "48": "images\/light-48.png", "96": "images\/light-96.png", "128": "images\/light-128.png" }, "permissions": [], "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'", "background": { "persistent": false, "scripts": [ "chrome_extension_script.js" ] }, "browser_action": { "default_icon": "images\/light-128.png" } } |