Simple Word to PDF
Simply convert your word documents (docx-doc) to pdf document format.
What is Simple Word to PDF?
Simple Word to PDF is a Chrome extension developed by https://www.simplewordtopdf.com, and its main feature is "Simply convert your word documents (docx-doc) to pdf document format.".
Extension Screenshots
Download Simple Word to PDF Extension CRX File
Download Simple Word to PDF 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
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 Extension Basic Information
| Name | |
| ID | niepgnedfieeafongdcjhppiamaeliec |
| Official URL | https://chromewebstore.google.com/detail/simple-word-to-pdf/niepgnedfieeafongdcjhppiamaeliec |
| Description | Simply convert your word documents (docx-doc) to pdf document format. |
| File Size | 11.11 KB |
| Installation Count | 27 |
| Current Version | 1.0 |
| Last Updated | 2019-11-18 |
| Publish Date | 2019-11-17 |
| Developer | https://www.simplewordtopdf.com |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://www.simplewordtopdf.com/ |
| Privacy Policy Page URL | https://www.rawimageconverter.com/privacypolicy.html |
| Supported Languages | 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"
}
} | |