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.”。
擴展截圖
下載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 |
ID | niepgnedfieeafongdcjhppiamaeliec |
官方網址 | 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" } } |