EpubPressX - Read the web offline
Create custom ebooks from your favorite blogs and websites.
EpubPressX - Read the web offline क्या है?
EpubPressX - Read the web offline sunxen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create custom ebooks from your favorite blogs and websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EpubPressX - Read the web offline एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Fork from EpubPress, and make some updates: - Faster and more stable: e-books are created locally, not dependent on the server - Fixed EPUB format issues - Fixed image positioning issues - Can set the cover - Can choose whether to include images Project: https://github.com/sunxen/EpubPressX
एक्सटेंशन की मूल जानकारी
नाम | EpubPressX - Read the web offline |
ID | akgkfegkiajbamekmkcafnfckmhgcnpa |
आधिकारिक URL | https://chromewebstore.google.com/detail/epubpressx-read-the-web-o/akgkfegkiajbamekmkcafnfckmhgcnpa |
विवरण | Create custom ebooks from your favorite blogs and websites. |
फ़ाइल का आकार | 599 KB |
स्थापना संख्या | 725 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2024-02-13 |
प्रकाशन तिथि | 2023-09-06 |
डेवलपर | sunxen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/sunxen/EpubPressX |
सहायता पृष्ठ URL | https://github.com/sunxen/EpubPressX/issues |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "version": "1.1.1", "author": "sunxen", "homepage_url": "https:\/\/github.com\/sunxen\/EpubPressX", "manifest_version": 3, "description": "__MSG_appDescription__", "icons": { "16": "images\/download-icon-16.png", "128": "images\/download-icon-128.png" }, "default_locale": "en", "background": { "service_worker": "build\/service.js", "type": "module" }, "permissions": [ "tabs", "scripting", "downloads" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_icon": { "20": "images\/download-icon-20.png", "32": "images\/download-icon-32.png" }, "default_title": "EpubPressX", "default_popup": "popup.html" } } |