ePub to PDF - Convert and Merge
Convert ePub document format into the PDF format for easy sharing
ePub to PDF - Convert and Merge क्या है?
ePub to PDF - Convert and Merge balvin.perrie द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert ePub document format into the PDF format for easy sharing"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ePub to PDF - Convert and Merge एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ePub to PDF converter extension uses online-covert.com API to convert your ePub documents to the well-known PDF format. This extension can be used to share ePub files with friends. Since PDF is a very popular format, you can be sure they are able to open the file that you have shared. Notes: 1. This extension uses the online-covert.com's free API to do the conversions. Make sure to read the privacy policy here, https://www.online-convert.com/privacy 2. The conversion occurs on the server-side, so you need to be connected to the internet before doing your conversions.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nabadflialdppcmkidmnondefepkigpp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/epub-to-pdf-convert-and-m/nabadflialdppcmkidmnondefepkigpp |
विवरण | Convert ePub document format into the PDF format for easy sharing |
फ़ाइल का आकार | 53.25 KB |
स्थापना संख्या | 2,000 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2022-05-01 |
प्रकाशन तिथि | 2019-04-08 |
रेटिंग | 1.00/5 कुल 2 रेटिंग्स |
डेवलपर | balvin.perrie |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://add0n.com/convert-to.html?from=epub |
सहायता पृष्ठ URL | https://add0n.com/convert-to.html?from=epub |
गोपनीयता नीति पृष्ठ URL | https://add0n.com/policies/balvin.perrie.txt |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.2", "name": "ePub to PDF - Convert and Merge", "description": "Convert ePub document format into the PDF format for easy sharing", "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "permissions": [ "storage", "downloads", "*:\/\/api2.online-convert.com\/*" ], "homepage_url": "https:\/\/add0n.com\/convert-to.html?from=epub", "browser_action": [], "options_ui": { "page": "data\/options\/index.html", "chrome_style": true }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |