Epublifier

A tool to convert website based books or list of pages to ePub format to read on your eReader/Kindle/etc.

Epublifier क्या है?

Epublifier maoserr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool to convert website based books or list of pages to ePub format to read on your eReader/Kindle/etc."।

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

screenshot

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

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

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

                        # Epublifier #

Converts websites into epub.

A tool that allows you to extract a list of html pages from a table of content page and compile them into an ePub book to be imported into your eReader of choice.

For advanced users who can write javascript, you can add additional parser definition to customize parsing of any site.

Check out the [wiki](https://github.com/maoserr/epublifier/wiki) for usage.                    

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

नाम Epublifier Epublifier
ID eopjnahefjhnhfanplcjpbbdkpbagikk
आधिकारिक URL https://chromewebstore.google.com/detail/epublifier/eopjnahefjhnhfanplcjpbbdkpbagikk
विवरण A tool to convert website based books or list of pages to ePub format to read on your eReader/Kindle/etc.
फ़ाइल का आकार 2.11 MB
स्थापना संख्या 1,386
वर्तमान संस्करण 3.0.125
अंतिम अपडेट 2023-12-01
प्रकाशन तिथि 2021-11-08
रेटिंग 3.25/5 कुल 8 रेटिंग्स
डेवलपर maoserr
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/maoserr/epublifier
सहायता पृष्ठ URL https://github.com/maoserr/epublifier/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Epublifier",
    "permissions": [
        "downloads",
        "storage",
        "clipboardRead",
        "unlimitedStorage",
        "scripting"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "author": "Mao Yu",
    "description": "A tool to convert website based books or list of pages to ePub format to read on your eReader\/Kindle\/etc.",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Epublifier"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*.js",
                "js\/*.map",
                "css\/*.css",
                "*.woff",
                "*.woff2",
                "*.ttf",
                "sidebar.html",
                "sandbox.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "version": "3.0.125"
}