Free PDF Converter

Converter tool that supports PDF, Word, Excel, PPT, JPG. Convert PDF to different formats and vice versa in one click.

Free PDF Converterとは何ですか?

Free PDF Converterはhttps://dy1.comによって開発されたChromeの拡張機能で、その主な機能は「Converter tool that supports PDF, Word, Excel, PPT, JPG. Convert PDF to different formats and vice versa in one click.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Free PDF Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Quick and easy access right from your browser Free PDF Converter processes documents in Word, Excel, PDF, PPT and JPG. Just select Word file and press convert to PDF in order to take needed format. And it supports PDF merge split, and edit.                    

拡張機能の基本情報

名前 Free PDF Converter Free PDF Converter
ID lfdmeeegepbbjaopiekcnmenhmcpjhhg
公式URL https://chromewebstore.google.com/detail/free-pdf-converter/lfdmeeegepbbjaopiekcnmenhmcpjhhg
説明 Converter tool that supports PDF, Word, Excel, PPT, JPG. Convert PDF to different formats and vice versa in one click.
ファイルサイズ 292 KB
インストール数 32,095
現在のバージョン 2.0.2
最終更新日 2023-08-29
公開日 2020-06-29
評価 4.20/5 合計 20 レビュー
開発者 https://dy1.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.dy1.com
ヘルプページのURL https://www.dy1.com
プライバシーポリシーページのURL https://dy1.com/privacy-policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "version": "2.0.2",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/www.qwerpdf.com\/",
    "author": "qwerpdf.com",
    "action": {
        "default_icon": "images\/icons\/icon48.png",
        "default_title": "__MSG_ext_name__"
    },
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.abcdpdf.com\/",
        "https:\/\/*.qwerpdf.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "upload.html",
                "index_popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}