New Tab Quick PDF Converter

Convert PDF and search the web on each new tab, quick and easy to use

Qu'est-ce que New Tab Quick PDF Converter ?

New Tab Quick PDF Converter est une extension Chrome développée par quickpdfconverter, et sa fonction principale est "Convert PDF and search the web on each new tab, quick and easy to use".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension New Tab Quick PDF Converter

Téléchargez les fichiers d'extension New Tab Quick PDF Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom New Tab Quick PDF Converter New Tab Quick PDF Converter
ID dahlapnnflgogjncfekgjdfopcafiigb
URL Officiel https://chrome.google.com/webstore/detail/new-tab-quick-pdf-convert/dahlapnnflgogjncfekgjdfopcafiigb
Description Convert PDF and search the web on each new tab, quick and easy to use
Taille du Fichier 1.71 MB
Nombre d'Installations 3,923
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-09-20
Date de Publication 2022-12-27
Développeur quickpdfconverter
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://quickpdfconverter.com/
URL de la Page de Politique de Confidentialité https://quickpdfconverter.com/privacy.html
Langues Prises en Charge 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"
    }
}