EPUB READER

Great choice for reading EPUB files, you can esaily open your EPUB files with this app.

EPUB READER란 무엇입니까?

EPUB READER은(는) epubreader에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Great choice for reading EPUB files, you can esaily open your EPUB files with this app."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

EPUB READER 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Read EPUB files on Chrome, easy to use, great experience.

EPUB Reader is specially designed for reading EPUB files on Chrome. It is a simple and lightweight EPUB Reader. You can easily view your EPUB books with this extension. We are dedicated to ePub technology and have carefully applied years of ePub software experience in this EPUB Reader. Besides this Chrome extension, we also provide more powerful Apps for reading EPUB files, it is called Neat Reader, you can check it out at www.epubreader.xyz. It supports almost all your devices and you can use them for free.

This EPUB Reader extension is developed by the Neat EPUB Reader team. We are glad you choose our product. If you like the app, please rate it, thank you very much.

If you need a better experience for reading EPUB files, please search Neat Reader on Google. To learn more about Neat Reader, EPUB and this EPUB Reader, please visit following website:
www.neat-reader.com
www.epubreader.xyz                    

확장 프로그램 기본 정보

이름 EPUB READER EPUB READER
ID mbcgbbpomkkndfbpiepjimakkbocjgkh
공식 URL https://chromewebstore.google.com/detail/epub-reader/mbcgbbpomkkndfbpiepjimakkbocjgkh
설명 Great choice for reading EPUB files, you can esaily open your EPUB files with this app.
파일 크기 660 KB
설치 횟수 154,119
현재 버전 1.0.3
최근 업데이트 2021-04-28
출시 날짜 2019-12-01
평점 3.52/5 총 92 개의 평점
개발자 epubreader
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.epubreader.xyz/
도움말 페이지 URL https://www.epubreader.xyz/
지원되는 언어 de,en,fil,fr,nl,no,vi,tr,ca,da,es,it,hu,pl,pt-BR,ro,fi,sv,cs,el,ru,uk,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.0.3",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-64.png",
        "128": "img\/icon-512.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "EPUB READER",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/www.epubreader.xyz\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/custom.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*.png",
                "*:\/\/*\/*.jpg",
                "*:\/\/*\/*.gif",
                "*:\/\/*\/*.bmp"
            ],
            "js": [
                "js\/show-image-content-size.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/reader.js"
    ],
    "homepage_url": "https:\/\/www.epubreader.xyz",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}