Doc to PDF
Easily convert and download any document (doc, docx, ppt, etc.) to a PDF file.
Doc to PDF란 무엇입니까?
Doc to PDF은(는) Muyor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily convert and download any document (doc, docx, ppt, etc.) to a PDF file."입니다.
확장 프로그램 스크린샷
Doc to PDF 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Doc to PDF is a lite extension that let you easily download a wide range of documents as a PDF file right in your browser. Simply add the add-on to your browser and start surfing. Once you see a document link (i.e. .doc, .docx, .pdf), please right-click on the link and then select - Download as PDF - from context-menu. The document will be downloaded as a PDF file to your machine. Please note that, this add-on uses Google - GView - engine to convert the documents. Moreover, it supports a wide range of document types, including doc, docx, ppt and more. If you have a feature request, or found a bug to report, please fill the bug report form in the add-on's homepage (http://mybrowseraddon.com/doc-to-pdf.html).
확장 프로그램 기본 정보
이름 | |
ID | hogjkpeffjaioikafebhicakheeblljm |
공식 URL | https://chrome.google.com/webstore/detail/doc-to-pdf/hogjkpeffjaioikafebhicakheeblljm |
설명 | Easily convert and download any document (doc, docx, ppt, etc.) to a PDF file. |
파일 크기 | 26.54 KB |
설치 횟수 | 2,000 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2018-04-21 |
출시 날짜 | 2018-04-21 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Muyor |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://mybrowseraddon.com/doc-to-pdf.html |
도움말 페이지 URL | http://mybrowseraddon.com/doc-to-pdf.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.0", "name": "Doc to PDF", "manifest_version": 2, "short_name": "doc-to-pdf", "background": { "page": "lib\/chrome\/background.html" }, "homepage_url": "http:\/\/mybrowseraddon.com\/doc-to-pdf.html", "description": "Easily convert and download any document (doc, docx, ppt, etc.) to a PDF file.", "permissions": [ "storage", "downloads", "contextMenus", "notifications", "*:\/\/docs.google.com\/gview*" ], "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" } } |