PDF to Word Converter
Get your PDF documents converted to Word document file format instantly!
PDF to Word Converter란 무엇입니까?
PDF to Word Converter은(는) https://online-converter.freepdfsolutions.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get your PDF documents converted to Word document file format instantly!"입니다.
확장 프로그램 스크린샷
PDF to Word Converter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WHAT PDF SOLUTIONS CONVERTER IS ALL ABOUT? We understand the frustrations when it come to dealing with pdf files and not having proper software to view or convert these. We at Free PDF Solutions make conversion simple to all user types and thrive on doing so. With PDF to Word Converter, there's... • No registration required • Ease of use • Links to our online conversion utilities. The PDF to Word Converter offers convenient web search and quick links to poplar search engine/sites on Chrome New Tab page. You can uninstall the extension at any time.
확장 프로그램 기본 정보
이름 | |
ID | cipfifdaelajpfdkidjlkppkpkepejlo |
공식 URL | https://chrome.google.com/webstore/detail/pdf-to-word-converter/cipfifdaelajpfdkidjlkppkpkepejlo |
설명 | Get your PDF documents converted to Word document file format instantly! |
파일 크기 | 71.71 KB |
설치 횟수 | 10,000 |
현재 버전 | 2.0 |
최근 업데이트 | 2021-07-28 |
출시 날짜 | 2018-09-28 |
평점 | 4.00/5 총 6 개의 평점 |
개발자 | https://online-converter.freepdfsolutions.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://online-converter.freepdfsolutions.com/#pdf-to-word-converter |
개인정보 보호 정책 페이지 URL | https://freeconverting.com/privacy.php |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PDF to Word Converter", "default_locale": "en", "description": "Get your PDF documents converted to Word document file format instantly!", "background": { "scripts": [ "background.js" ] }, "version": "2.0", "icons": { "128": "images\/icon-128.png" }, "permissions": [ "*:\/\/api.freeconverting.com\/*" ], "homepage_url": "https:\/\/api.freeconverting.com\/pdf-to-docx-converter.html", "browser_action": { "default_icon": "images\/icon-128.png" }, "web_accessible_resources": [ "interface\/*" ] } |