Simple Word to PDF
Simply convert your word documents (docx-doc) to pdf document format.
Was ist Simple Word to PDF?
Simple Word to PDF ist eine Chrome-Erweiterung, die von https://www.simplewordtopdf.com entwickelt wurde, und ihr Hauptmerkmal ist "Simply convert your word documents (docx-doc) to pdf document format.".
Erweiterungsscreenshots
Simple Word to PDF-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simple Word to PDF-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | niepgnedfieeafongdcjhppiamaeliec |
| Offizielle URL | https://chromewebstore.google.com/detail/simple-word-to-pdf/niepgnedfieeafongdcjhppiamaeliec |
| Beschreibung | Simply convert your word documents (docx-doc) to pdf document format. |
| Dateigröße | 11.11 KB |
| Installationsanzahl | 27 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2019-11-18 |
| Veröffentlichungsdatum | 2019-11-17 |
| Entwickler | https://www.simplewordtopdf.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.simplewordtopdf.com/ |
| URL der Datenschutzrichtlinien-Seite | https://www.rawimageconverter.com/privacypolicy.html |
| Unterstützte Sprachen | 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"
}
} | |