ePub Reader

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

ePub Reader क्या है?

ePub Reader Sevina द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View ePub documents right in your browser in a stand-alone popup window."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में ePub Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ePub Reader is a simple and powerful extension that can open any document with a ".epub" file extension.

ePub is a new e-book file format for viewing online or offline documents. Please read this (https://en.wikipedia.org/wiki/EPUB) Wikipedia page to get more info about the ePub file format. To work with this add-on, please right-click on any ePub link and then click on the - View ePub - item from the context menu. Alternatively, you can open the popup window and then add the epub link in the UI (top section) to view the document.

For offline files, simply drag & drop the file to the designated area in the popup in order to load the ePub document. There are several views to render the document, please select them from the top toolbar within the UI. Moreover, you can resize the window to your desired size and the document will adapt itself to the new size.

Note: this add-on uses an open-source JavaScript library called "epub.js" in order to render the ".epub" file format. Please visit this (https://github.com/futurepress/epub.js/) GitHub page to get more info about this library.

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/epub-reader.html).                    

एक्सटेंशन की मूल जानकारी

नाम ePub Reader ePub Reader
ID dgkibcakfnhcnijakeobjifghganmojn
आधिकारिक URL https://chromewebstore.google.com/detail/epub-reader/dgkibcakfnhcnijakeobjifghganmojn
विवरण View ePub documents right in your browser in a stand-alone popup window.
फ़ाइल का आकार 200 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.1.6
अंतिम अपडेट 2022-02-07
प्रकाशन तिथि 2020-01-29
रेटिंग 3.35/5 कुल 31 रेटिंग्स
डेवलपर Sevina
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/epub-reader.html
सहायता पृष्ठ URL https://mybrowseraddon.com/epub-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.6",
    "name": "ePub Reader",
    "manifest_version": 3,
    "offline_enabled": true,
    "short_name": "epub-reader",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/epub-reader.html",
    "description": "View ePub documents right in your browser in a stand-alone popup window.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "ePub 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"
    }
}