Simple Word to PDF
Simply convert your word documents (docx-doc) to pdf document format.
Simple Word to PDF란 무엇입니까?
Simple Word to PDF은(는) https://www.simplewordtopdf.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simply convert your word documents (docx-doc) to pdf document format."입니다.
확장 프로그램 스크린샷
Simple Word to PDF 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Following are the features our service(Simple Word to PDF) provides: Convert word documents to pdf format. Supports both doc and docx formats. After converting word to pdf, you can also protect pdf with following options: Apply user password Apply owner password Allow or block Printing of pdf Allow or block copy contents of the pdf Allow or deny to edit contents of the pdf Allow or block screen readers on pdf Allow or block modify annotations in pdf
확장 프로그램 기본 정보
이름 | Simple Word to PDF |
ID | niepgnedfieeafongdcjhppiamaeliec |
공식 URL | https://chromewebstore.google.com/detail/simple-word-to-pdf/niepgnedfieeafongdcjhppiamaeliec |
설명 | Simply convert your word documents (docx-doc) to pdf document format. |
파일 크기 | 11.11 KB |
설치 횟수 | 27 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-11-18 |
출시 날짜 | 2019-11-17 |
개발자 | https://www.simplewordtopdf.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.simplewordtopdf.com/ |
개인정보 보호 정책 페이지 URL | https://www.rawimageconverter.com/privacypolicy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Word to PDF", "default_locale": "en", "description": "Simply convert your word documents (docx-doc) to pdf document format.", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |