MOBI Reader
View MOBI documents right in your browser in a stand-alone popup window.
MOBI Readerคืออะไร?
MOBI Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sevina และคุณลักษณะหลักของมันคือ "View MOBI documents right in your browser in a stand-alone popup window."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MOBI Reader
ดาวน์โหลดไฟล์ส่วนขยาย MOBI Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
MOBI Reader is a simple and powerful extension that can open any document with a mobi (or kindle) file extension. Please right-click on any ".mobi" link and then click on the - View MOBI - item from the context menu. Alternatively, you can open the popup window and then add the mobi link in the UI to view the document. For offline files, simply drag the file to the designated area in the popup to load the mobi document. This add-on has a dark mode to better read mobi files at night time. Moreover, you can resize the window to your desired size and the document will adapt itself to the new size. Note 1: MOBI is a new e-book file format for viewing online or offline documents. MOBI file format is designed for Kindle devices and created by Amazon company. Note 2: this add-on uses an open-source JavaScript library called mobi.js to render the ".mobi" file format (https://github.com/woshifyz/mobi_reader/blob/master/mobi.js) 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/mobi-reader.html).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MOBI Reader |
ID | jinidhfimoamcgohkmjdadnhbbdlmokn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mobi-reader/jinidhfimoamcgohkmjdadnhbbdlmokn |
คำอธิบาย | View MOBI documents right in your browser in a stand-alone popup window. |
ขนาดไฟล์ | 35.37 KB |
จำนวนการติดตั้ง | 25,298 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2022-02-08 |
วันที่เผยแพร่ | 2020-02-02 |
คะแนน | 2.38/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Sevina |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mybrowseraddon.com/mobi-reader.html |
URL หน้าช่วยเหลือ | https://mybrowseraddon.com/mobi-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.4", "name": "MOBI Reader", "manifest_version": 3, "offline_enabled": true, "short_name": "mobi-reader", "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "contextMenus" ], "homepage_url": "https:\/\/mybrowseraddon.com\/mobi-reader.html", "description": "View MOBI documents right in your browser in a stand-alone popup window.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "MOBI 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" } } |