EPUB READER

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

EPUB READER क्या है?

EPUB READER epubreader द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Great choice for reading EPUB files, you can esaily open your EPUB files with this app."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में EPUB READER एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}