Simple Word to PDF

Simply convert your word documents (docx-doc) to pdf document format.

Hvad er Simple Word to PDF?

Simple Word to PDF er en Chrome-udvidelse udviklet af https://www.simplewordtopdf.com, og dens hovedfunktion er "Simply convert your word documents (docx-doc) to pdf document format.".

Udvidelsesskærmbilleder

screenshot

Download Simple Word to PDF-udvidelses-CRX-fil

Download Simple Word to PDF-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Simple Word to PDF Simple Word to PDF
ID niepgnedfieeafongdcjhppiamaeliec
Officiel URL https://chromewebstore.google.com/detail/simple-word-to-pdf/niepgnedfieeafongdcjhppiamaeliec
Beskrivelse Simply convert your word documents (docx-doc) to pdf document format.
Filstørrelse 11.11 KB
Antal Installationer 27
Nuværende Version 1.0
Senest Opdateret 2019-11-18
Udgivelsesdato 2019-11-17
Udvikler https://www.simplewordtopdf.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.simplewordtopdf.com/
URL til Fortrolighedspolitik Side https://www.rawimageconverter.com/privacypolicy.html
Understøttede Sprog 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"
    }
}