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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}