Save to PDF for free with this tool
Save to PDF online. it's quick and it's easy, stores webpage as PDF that can be downloaded and printed
Save to PDF for free with this tool란 무엇입니까?
Save to PDF for free with this tool은(는) https://pdf.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save to PDF online. it's quick and it's easy, stores webpage as PDF that can be downloaded and printed"입니다.
확장 프로그램 스크린샷
Save to PDF for free with this tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save to PDF is a free extension created by PDF.co and ByteScout team. The two websites offer free and paid tools. PDF.co is made for end-users and offers uniquely free tools. It has recently launched a series of extensions and apps available on Google Chrome Store. The goal of the extension is make its usage as easy as possible for users. Just go there and choose a web page you need to save as PDF. When you click the button - the extension automatically proceeds with the convertion. The final document can be downloaded instantly to your computer. The tool works with Google Drive. The tool is available for FREE TRIAL for 1 MONTH. The extended plan can be purchased: Basic, Personal or Business. The API for developer is available at PDF.co
확장 프로그램 기본 정보
이름 | |
ID | hakdgiengeknbifmjdjhpgphpdbhccca |
공식 URL | https://chrome.google.com/webstore/detail/save-to-pdf-for-free-with/hakdgiengeknbifmjdjhpgphpdbhccca |
설명 | Save to PDF online. it's quick and it's easy, stores webpage as PDF that can be downloaded and printed |
파일 크기 | 6.1 KB |
설치 횟수 | 3,236 |
현재 버전 | 1.0.19.424 |
최근 업데이트 | 2019-04-26 |
출시 날짜 | 2019-04-26 |
평점 | 2.20/5 총 10 개의 평점 |
개발자 | https://pdf.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://pdf.co/webpage-to-pdf |
개인정보 보호 정책 페이지 URL | https://pdf.co/pages/legal/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "author": "Email: [email protected] website: https:\/\/pdf.co", "version": "1.0.19.424", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "short_name": "__MSG_appShortName__", "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_title": "__MSG_appShortName__" }, "permissions": [ "tabs" ], "icons": { "128": "icon128.png" } } |