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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | nabadflialdppcmkidmnondefepkigpp |
官方網址 | 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" ] } } |