Smart PDF - PDF Converter Tool

The #1 PDF converter tool that comes to make your work easy. Convert PDF online easily

Smart PDF - PDF Converter Toolとは何ですか?

Smart PDF - PDF Converter Toolはhttp://smartpdf.orgによって開発されたChromeの拡張機能で、その主な機能は「The #1 PDF converter tool that comes to make your work easy. Convert PDF online easily」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Smart PDF Converter Tool that works for free. Just drop the file and convert it in desired format in seconds.

By adding this extension to Chrome you are receiving the converting tool in your browser. Simply click the icon and choose needed format for conversion. Fully secure service developed in regards to the official document and personal information. 

Fast and accurate converting files up to 20 MG. We support Word, Excel, PPT, JPG formats.                    

拡張機能の基本情報

名前 Smart PDF - PDF Converter Tool Smart PDF - PDF Converter Tool
ID ibpfodcdkmbbdaembfhlhgblfljifcga
公式URL https://chrome.google.com/webstore/detail/smart-pdf-pdf-converter-t/ibpfodcdkmbbdaembfhlhgblfljifcga
説明 The #1 PDF converter tool that comes to make your work easy. Convert PDF online easily
ファイルサイズ 115 KB
インストール数 41,751
現在のバージョン 2.2.1
最終更新日 2023-06-14
公開日 2021-02-23
評価 4.67/5 合計 281 レビュー
開発者 http://smartpdf.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://smartpdf.org/
ヘルプページのURL https://smartpdf.org/feedback
プライバシーポリシーページのURL https://sites.google.com/view/imngoa/home
対応言語 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "2.2.1",
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Converter",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon.png",
            "32": "img\/icon.png",
            "48": "img\/icon.png",
            "128": "img\/icon.png"
        }
    },
    "icons": {
        "16": "img\/icon.png",
        "32": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/download-pdf.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/search.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "alarms"
    ]
}