web-comic-to-epub

Extension that generates fixed layout epub file from images published on the web.

web-comic-to-epub क्या है?

web-comic-to-epub ykrods द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that generates fixed layout epub file from images published on the web."।

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

screenshot

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

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

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

                        Extension that generates fixed layout epub file from images published on the web.

# supporting site

It works for simple pages where the images of one episode is listed in one page.

# How to Use

1. Open the page that you want to include in epub.
2. Click 'Add as chapter' button.
3. Click 'Open editor' and edit book metadata like title or author.
4. Click 'EXPORT' and download epub.
5. Click 'RESET' if the generated epub has no problem.
6. Enjoy comic!                    

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

नाम web-comic-to-epub web-comic-to-epub
ID olbliemchjfgfmdnjmocejnaiaebkpci
आधिकारिक URL https://chrome.google.com/webstore/detail/web-comic-to-epub/olbliemchjfgfmdnjmocejnaiaebkpci
विवरण Extension that generates fixed layout epub file from images published on the web.
फ़ाइल का आकार 367 KB
स्थापना संख्या 135
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-01-06
प्रकाशन तिथि 2020-01-06
डेवलपर ykrods
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ykrods/web-comic-to-epub
सहायता पृष्ठ URL https://github.com/ykrods/web-comic-to-epub/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "web-comic-to-epub",
    "version": "1.0.1",
    "description": "Extension that generates fixed layout epub file from images published on the web.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_title": "",
        "default_icon": {
            "48": "img\/icon_48.png",
            "128": "img\/icon_128.png"
        },
        "default_popup": "popup.html"
    }
}