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

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

扩展使用说明

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