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文件

下载PdFort New tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}