PDF Converty New Tab

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

PDF Converty New Tab란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        PDFConverty New Tab is a very easy-to-use web based interface for PDF conversion and searching the web.
Each new tab includes a unique rectangle where you can easily drag and drop your documents and convert them from PDF to Doc and Doc to Pdf. Furthermore, each new tab also includes a search field so you can easily make your daily queries along conversion tasks.
 
Just go online and convert any document to PDF using this simple UI.
Additionally, on this new tab, you can search the web using this simple interface.
The best and easiest way to convert PDF! 

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

By installing, PdfConvertyNewTab will change your Chrome's new tab.
You can decide to remove or disable this extension anytime.
You can Review our Terms of Service at https://pdfconvertynewtab.com/terms.html                    

확장 프로그램 기본 정보

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