New Tab Quick PDF Converter

Convert PDF and search the web on each new tab, quick and easy to use

New Tab Quick PDF Converter란 무엇입니까?

New Tab Quick PDF Converter은(는) quickpdfconverter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert PDF and search the web on each new tab, quick and easy to use"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

New Tab Quick PDF Converter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        New Tab Quick Pdf Converter enables you to convert PDF and search the web on each new tab you open.
Quick and easy to use. Use it right away!

Please note this extension will change your Chrome New Tab and New Tab search. New Tab search results powered by Yahoo.

Some important information for you:
By clicking on the 'Add to Chrome' button and installing New Tab Quick PDF Converter, you agree to install this extension, with our Privacy Policy and our Terms of Service. 

By installing, New Tab Quick PDF Converter will change your Chrome's new tab.

Please review our Terms of Service and Privacy Policy at -   https://quickpdfconverter.com/terms.html
https://quickpdfconverter.com/privacy.html

You may remove or disable this extension anytime.                    

확장 프로그램 기본 정보

이름 New Tab Quick PDF Converter New Tab Quick PDF Converter
ID dahlapnnflgogjncfekgjdfopcafiigb
공식 URL https://chrome.google.com/webstore/detail/new-tab-quick-pdf-convert/dahlapnnflgogjncfekgjdfopcafiigb
설명 Convert PDF and search the web on each new tab, quick and easy to use
파일 크기 1.71 MB
설치 횟수 3,923
현재 버전 1.0.5
최근 업데이트 2023-09-20
출시 날짜 2022-12-27
개발자 quickpdfconverter
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://quickpdfconverter.com/
개인정보 보호 정책 페이지 URL https://quickpdfconverter.com/privacy.html
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "New Tab Quick PDF Converter",
    "version": "1.0.5",
    "description": "Convert PDF and search the web on each new tab, quick and easy to use",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/quickpdfconverter.com\/",
        "*:\/\/.quickpdfconverter.com\/"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "icon.png"
    }
}