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

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

扩展使用说明

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