Simple Word to PDF
Simply convert your word documents (docx-doc) to pdf document format.
Что такое Simple Word to PDF?
Simple Word to PDF - это расширение Chrome, разработанное https://www.simplewordtopdf.com, и его основная функция - "Simply convert your word documents (docx-doc) to pdf document format.".
Снимки экрана расширения
Скачать файл CRX расширения Simple Word to PDF
Скачайте файлы расширений 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 Основная информация о расширении
| Название | |
| 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"
}
} | |