PDF to Word Converter
Get your PDF documents converted to Word document file format instantly!
What is PDF to Word Converter?
PDF to Word Converter is a Chrome extension developed by https://online-converter.freepdfsolutions.com, and its main feature is "Get your PDF documents converted to Word document file format instantly!".
Extension Screenshots
Download PDF to Word Converter Extension CRX File
Download PDF to Word Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cipfifdaelajpfdkidjlkppkpkepejlo |
Official URL | https://chrome.google.com/webstore/detail/pdf-to-word-converter/cipfifdaelajpfdkidjlkppkpkepejlo |
Description | Get your PDF documents converted to Word document file format instantly! |
File Size | 71.71 KB |
Installation Count | 10,000 |
Current Version | 2.0 |
Last Updated | 2021-07-28 |
Publish Date | 2018-09-28 |
Rating | 4.00/5 Total 6 Ratings |
Developer | https://online-converter.freepdfsolutions.com |
[email protected] | |
Payment Type | free |
Extension Website | https://online-converter.freepdfsolutions.com/#pdf-to-word-converter |
Privacy Policy Page URL | https://freeconverting.com/privacy.php |
Supported Languages | 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\/*" ] } |