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
官方網址 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
電子郵箱 [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"
    ]
}