PDF to Word

Convert PDF Files to Word Online in Seconds!

Что такое PDF to Word?

PDF to Word - это расширение Chrome, разработанное https://zonepdf.com, и его основная функция - "Convert PDF Files to Word Online in Seconds!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения PDF to Word

Скачайте файлы расширений PDF to Word в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Convert PDF to Word Online

Fast and easy way to convert PDF files

Select or drag your files, then click the Convert button to download your converted files.
All converted files maintain the best quality which can be accepted on any web platform (when uploading to a website or attaching as email).

Your files are fully secure as they are been transferred over a secure connection. We’ll permanently delete all files from our servers within a few hours after conversion.                    

Основная информация о расширении

Название PDF to Word PDF to Word
ID cbhkphjegipombfappcleaojbmcklijj
Официальный URL https://chromewebstore.google.com/detail/pdf-to-word/cbhkphjegipombfappcleaojbmcklijj
Описание Convert PDF Files to Word Online in Seconds!
Размер файла 31.95 KB
Количество установок 76,273
Текущая Версия 2.5
Последнее Обновление 2022-11-09
Дата публикации 2020-05-06
Рейтинг 3.62/5 Всего 13 оценок
Разработчик https://zonepdf.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://zonepdf.com/
URL страницы политики конфиденциальности https://zonepdf.com/privacy
Поддерживаемые языки de,en,fr,es,it,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "homepage_url": "https:\/\/zonepdf.com",
    "description": "__MSG_extDescription__",
    "version": "2.5",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*.pdf",
                "http:\/\/*\/*.pdf",
                "file:\/\/*\/*.pdf"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*.zonepdf.com\/*"
    ],
    "action": {
        "default_icon": "icon-pdf-word.png"
    },
    "icons": {
        "96": "icon-pdf-word-96.png",
        "128": "icon-pdf-word-128.png"
    }
}