PDF to Word

Convert PDF Files to Word Online in Seconds!

PDF to Wordとは何ですか?

PDF to Wordはhttps://zonepdf.comによって開発されたChromeの拡張機能で、その主な機能は「Convert PDF Files to Word Online in Seconds!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

PDF to Word拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}