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
官方網址 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"
    }
}