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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } } |