PdFort New tab

The best New Tab Pdf Converter, quick and easy to use.

PdFort New tab란 무엇입니까?

PdFort New tab은(는) foodnewtab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best New Tab Pdf Converter, quick and easy to use."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PdFort New tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PdFort New Tab is the best Pdf Conversion solution for you.
With this simple and quick interface you can convert any Pdf to doc and any Doc to Pdf.
You can also search the web and convert the documents you need, all in the same webpage. Each new tab will have the mentioned functionality.
 
Please note this extension will change your Chrome New Tab and New Tab search. 
New Tab search results powered by Yahoo.

Please notice:
By clicking on the 'Add to Chrome' button you agree to install PdFort New Tab extension, according to our Privacy Policy and our Terms of Service. 

You can Review our Terms of Service: https://pdfort.com/terms.html.
You can Review our Privacy: https://pdfort.com/privacy.html.

You can decide either to remove or disable this extension anytime you want.                    

확장 프로그램 기본 정보

이름 PdFort New tab PdFort New tab
ID knlibmamipanfnionnmdmooekibhcpog
공식 URL https://chromewebstore.google.com/detail/pdfort-new-tab/knlibmamipanfnionnmdmooekibhcpog
설명 The best New Tab Pdf Converter, quick and easy to use.
파일 크기 2.38 MB
설치 횟수 1,578
현재 버전 1.0.3
최근 업데이트 2023-08-09
출시 날짜 2023-01-25
개발자 foodnewtab
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pdfort.com/
개인정보 보호 정책 페이지 URL https://foodnewtab.com/privacy.html
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "images\/icon-logo.png",
        "48": "images\/icon-logo.png",
        "128": "images\/icon-logo.png"
    },
    "manifest_version": 3,
    "name": "PdFort New tab",
    "version": "1.0.3",
    "description": "The best New Tab Pdf Converter, quick and easy to use.",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/pdfort.com\/",
        "*:\/\/.pdfort.com\/",
        "*:\/\/*\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "images\/icon-logo.png"
    }
}