Simple Word to PDF

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

Apa itu Simple Word to PDF?

Simple Word to PDF adalah ekstensi Chrome yang dikembangkan oleh https://www.simplewordtopdf.com, dan fitur utamanya adalah "Simply convert your word documents (docx-doc) to pdf document format.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Simple Word to PDF

Unduh file ekstensi Simple Word to PDF dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Simple Word to PDF Simple Word to PDF
ID niepgnedfieeafongdcjhppiamaeliec
URL Resmi https://chromewebstore.google.com/detail/simple-word-to-pdf/niepgnedfieeafongdcjhppiamaeliec
Deskripsi Simply convert your word documents (docx-doc) to pdf document format.
Ukuran File 11.11 KB
Jumlah Instalasi 27
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-11-18
Tanggal Publikasi 2019-11-17
Pengembang https://www.simplewordtopdf.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.simplewordtopdf.com/
URL Halaman Kebijakan Privasi https://www.rawimageconverter.com/privacypolicy.html
Bahasa yang Didukung 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"
    }
}