MOBI Reader

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

MOBI Reader란 무엇입니까?

MOBI Reader은(는) Sevina에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View MOBI documents right in your browser in a stand-alone popup window."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

MOBI Reader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}