ePub to PDF - Convert and Merge

Convert ePub document format into the PDF format for easy sharing

Qu'est-ce que ePub to PDF - Convert and Merge ?

ePub to PDF - Convert and Merge est une extension Chrome développée par balvin.perrie, et sa fonction principale est "Convert ePub document format into the PDF format for easy sharing".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ePub to PDF - Convert and Merge

Téléchargez les fichiers d'extension ePub to PDF - Convert and Merge au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ePub to PDF - Convert and Merge ePub to PDF - Convert and Merge
ID nabadflialdppcmkidmnondefepkigpp
URL Officiel https://chrome.google.com/webstore/detail/epub-to-pdf-convert-and-m/nabadflialdppcmkidmnondefepkigpp
Description Convert ePub document format into the PDF format for easy sharing
Taille du Fichier 53.25 KB
Nombre d'Installations 2,000
Version Actuelle 0.1.2
Dernière Mise à Jour 2022-05-01
Date de Publication 2019-04-08
Évaluation 1.00/5 Total 2 Évaluations
Développeur balvin.perrie
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://add0n.com/convert-to.html?from=epub
URL de la Page d'Aide https://add0n.com/convert-to.html?from=epub
URL de la Page de Politique de Confidentialité https://add0n.com/policies/balvin.perrie.txt
Langues Prises en Charge 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"
        ]
    }
}