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によって開発されたChromeの拡張機能で、その主な機能は「Convert ePub document format into the PDF format for easy sharing」です。

拡張機能のスクリーンショット

screenshot

ePub to PDF - Convert and Merge拡張機能のCRXファイルをダウンロード

ePub to PDF - Convert and Merge拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 ePub to PDF - Convert and Merge ePub to PDF - Convert and Merge
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
Eメール [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"
        ]
    }
}