Simple Word to PDF

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

什么是Simple Word to PDF?

Simple Word to PDF是由https://www.simplewordtopdf.com开发的Chrome扩展程序,该扩展的主要功能是“Simply convert your word documents (docx-doc) to pdf document format.”。

扩展截图

screenshot

下载Simple Word to PDF扩展crx文件

下载Simple Word to PDF扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Simple Word to PDF Simple Word to PDF
ID niepgnedfieeafongdcjhppiamaeliec
官方URL https://chromewebstore.google.com/detail/simple-word-to-pdf/niepgnedfieeafongdcjhppiamaeliec
简介 Simply convert your word documents (docx-doc) to pdf document format.
文件大小 11.11 KB
安装次数 27
当前版本 1.0
更新时间 2019-11-18
上架时间 2019-11-17
开发者 https://www.simplewordtopdf.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.simplewordtopdf.com/
隐私政策页面URL https://www.rawimageconverter.com/privacypolicy.html
支持的语言 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"
    }
}