EpubPup - EPUB Reader

Sleek and powerful EPUB reader that lets you read ePub files directly in your browser. FREE and easy to use.

EpubPup - EPUB Reader क्या है?

EpubPup - EPUB Reader Angela Lu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sleek and powerful EPUB reader that lets you read ePub files directly in your browser. FREE and easy to use."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        EpubPup is packed with tons of powerful features under a carefully designed minimalistic modern interface, so that you can intuitively navigate through any ePub book and totally immerse yourself in your favorite books. EpubPup's design goal is to maximize your enjoyment of the book, and to minimize the frictions and hassles that come with other similar software.

Main features:
✔ Open ePub books directly from websites
✔ Enjoy offline reading
✔ Open any document with ".epub" file extension
✔ Read any ePub files, large or small
✔ Download ePub books to your computer with a single click
✔ Choose from the classic color schemes — White, Sepia, Night
✔ Customize your font, font-size, line-spacing
✔ Navigate easily to any chapter with the table of contents sidebar
✔ Pick up where you left off with the bookmark feature
✔ Read in book spread or web scroll format
✔ Enjoy full screen reading
✔ Supports intuitive keyboard and mouse navigation

New to ePub books? Try these websites for a large selection of free ePub books: Project Gutenberg (https://www.gutenberg.org), Manybooks (https://manybooks.net), epubBooks (https://www.epubbooks.com).                    

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

नाम EpubPup - EPUB Reader EpubPup - EPUB Reader
ID kjfhlbghiagglcldmlfmpkdgmehmhfjc
आधिकारिक URL https://chromewebstore.google.com/detail/epubpup-epub-reader/kjfhlbghiagglcldmlfmpkdgmehmhfjc
विवरण Sleek and powerful EPUB reader that lets you read ePub files directly in your browser. FREE and easy to use.
फ़ाइल का आकार 1.77 MB
स्थापना संख्या 20,000
वर्तमान संस्करण 1.0.8
अंतिम अपडेट 2022-08-22
प्रकाशन तिथि 2021-06-16
रेटिंग 4.74/5 कुल 155 रेटिंग्स
डेवलपर Angela Lu
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EpubPup - EPUB Reader",
    "author": "Angela Lu",
    "version": "1.0.8",
    "manifest_version": 2,
    "description": "Sleek and powerful EPUB reader that lets you read ePub files directly in your browser. FREE and easy to use.",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "skin\/icon128.png",
            "48": "skin\/icon48.png",
            "32": "skin\/icon32.png",
            "16": "skin\/icon16.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "skin\/icon128.png",
        "48": "skin\/icon48.png",
        "32": "skin\/icon32.png",
        "16": "skin\/icon16.png"
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "reader.html"
    ],
    "offline_enabled": true
}