New Tab Quick PDF Converter

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

Vad är New Tab Quick PDF Converter?

New Tab Quick PDF Converter är en Chrome-tillägg utvecklad av quickpdfconverter, och dess huvudfunktion är "Convert PDF and search the web on each new tab, quick and easy to use".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner New Tab Quick PDF Converter-förlängningens CRX-fil

Ladda ner New Tab Quick PDF Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn New Tab Quick PDF Converter New Tab Quick PDF Converter
ID dahlapnnflgogjncfekgjdfopcafiigb
Officiell webbadress https://chrome.google.com/webstore/detail/new-tab-quick-pdf-convert/dahlapnnflgogjncfekgjdfopcafiigb
Beskrivning Convert PDF and search the web on each new tab, quick and easy to use
Filstorlek 1.71 MB
Antal Installationer 3,923
Aktuell Version 1.0.5
Senast Uppdaterad 2023-09-20
Publiceringsdatum 2022-12-27
Utvecklare quickpdfconverter
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://quickpdfconverter.com/
URL till Sekretesspolicy Sidan https://quickpdfconverter.com/privacy.html
Stödda Språk 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"
    }
}