PdFort New tab

The best New Tab Pdf Converter, quick and easy to use.

¿Qué es PdFort New tab?

PdFort New tab es una extensión de Chrome desarrollada por foodnewtab, y su función principal es "The best New Tab Pdf Converter, quick and easy to use.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión PdFort New tab

Descarga archivos de extensión PdFort New tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        PdFort New Tab is the best Pdf Conversion solution for you.
With this simple and quick interface you can convert any Pdf to doc and any Doc to Pdf.
You can also search the web and convert the documents you need, all in the same webpage. Each new tab will have the mentioned functionality.
 
Please note this extension will change your Chrome New Tab and New Tab search. 
New Tab search results powered by Yahoo.

Please notice:
By clicking on the 'Add to Chrome' button you agree to install PdFort New Tab extension, according to our Privacy Policy and our Terms of Service. 

You can Review our Terms of Service: https://pdfort.com/terms.html.
You can Review our Privacy: https://pdfort.com/privacy.html.

You can decide either to remove or disable this extension anytime you want.                    

Información Básica de la Extensión

Nombre PdFort New tab PdFort New tab
ID knlibmamipanfnionnmdmooekibhcpog
URL Oficial https://chromewebstore.google.com/detail/pdfort-new-tab/knlibmamipanfnionnmdmooekibhcpog
Descripción The best New Tab Pdf Converter, quick and easy to use.
Tamaño del Archivo 2.38 MB
Cantidad de Instalaciones 1,578
Versión Actual 1.0.3
Última Actualización 2023-08-09
Fecha de Publicación 2023-01-25
Desarrollador foodnewtab
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://pdfort.com/
URL de la Página de Política de Privacidad https://foodnewtab.com/privacy.html
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "images\/icon-logo.png",
        "48": "images\/icon-logo.png",
        "128": "images\/icon-logo.png"
    },
    "manifest_version": 3,
    "name": "PdFort New tab",
    "version": "1.0.3",
    "description": "The best New Tab Pdf Converter, quick and easy to use.",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/pdfort.com\/",
        "*:\/\/.pdfort.com\/",
        "*:\/\/*\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "images\/icon-logo.png"
    }
}