EpubPress - Read the web offline

Create custom ebooks from your favorite blogs and websites.

EpubPress - Read the web offline क्या है?

EpubPress - Read the web offline https://epub.press द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create custom ebooks from your favorite blogs and websites."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        EpubPress bundles webpages into an offline book that you can read on any of your devices.

Benefits:
- Downloads webpages for offline reading.
- Removes ads and banners from webpages for a cleaner reading experience.
- Compatible with all your mobile devices (Kindles, Nooks, iPhone, iPad, Android, etc.).
- Email delivery, allowing you to push content directly to your device.

All the amazing content of the internet, available on devices that were made for reading!

How to use:
1) Open all your articles in separate tabs.
2) Order them the way you want them to appear in the book.
3) Click 'EpubPress' in your menu bar.
4) Select your articles.
5) Download and enjoy!

Please send any issues to [email protected].
Please send feedback and feature requests to [email protected].

Extension code is open source! 
Check it out here: https://github.com/haroldtreen/epub-press-clients

Learn more and see samples @ https://epub.press
Follow updates on Twitter @ https://twitter.com/Epub_Press
Help keep EpubPress free @ https://epub.press/#donate                    

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

नाम EpubPress - Read the web offline EpubPress - Read the web offline
ID pnhdnpnnffpijjbnhnipkehhibchdeok
आधिकारिक URL https://chromewebstore.google.com/detail/epubpress-read-the-web-of/pnhdnpnnffpijjbnhnipkehhibchdeok
विवरण Create custom ebooks from your favorite blogs and websites.
फ़ाइल का आकार 458 KB
स्थापना संख्या 22,978
वर्तमान संस्करण 0.12.0
अंतिम अपडेट 2020-06-01
प्रकाशन तिथि 2020-06-01
रेटिंग 4.53/5 कुल 120 रेटिंग्स
डेवलपर https://epub.press
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://epub.press
सहायता पृष्ठ URL https://github.com/haroldtreen/epub-press-clients/issues
गोपनीयता नीति पृष्ठ URL https://epub.press
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "0.12.0",
    "author": "Harold Treen",
    "homepage_url": "https:\/\/epub.press\/",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/download-icon-16.png",
        "128": "images\/download-icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "build\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": {
            "20": "images\/download-icon-20.png",
            "32": "images\/download-icon-32.png"
        },
        "default_title": "EpubPress",
        "default_popup": "popup.html"
    }
}