PDF Tab - PDF Converter in a New Tab

Simply convert files to PDF directly in a new tab. PDF Converter in one click

¿Qué es PDF Tab - PDF Converter in a New Tab?

PDF Tab - PDF Converter in a New Tab es una extensión de Chrome desarrollada por https://pdftab.io, y su función principal es "Simply convert files to PDF directly in a new tab. PDF Converter in one click".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión PDF Tab - PDF Converter in a New Tab

Descarga archivos de extensión PDF Tab - PDF Converter in a 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

                        Convenient PDF converter in the new tab. Simply drug and drop document and received which one you need in a seconds. 

How to convert a PDF file? It’s very easy in using PDF converter service.
Just follow the next steps:

1. Select needed format for converting. Drop the file in the appropriate box or choose from your PC.                    

Información Básica de la Extensión

Nombre PDF Tab - PDF Converter in a New Tab PDF Tab - PDF Converter in a New Tab
ID dheegnmioobjiclbacdpbgkhgieekfkg
URL Oficial https://chromewebstore.google.com/detail/pdf-tab-pdf-converter-in/dheegnmioobjiclbacdpbgkhgieekfkg
Descripción Simply convert files to PDF directly in a new tab. PDF Converter in one click
Tamaño del Archivo 698 KB
Cantidad de Instalaciones 70,000
Versión Actual 1.0.2
Última Actualización 2022-10-16
Fecha de Publicación 2022-09-30
Calificación 4.94/5 Total de 72 Calificaciones
Desarrollador https://pdftab.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://pdftab.io/
URL de la Página de Ayuda https://pdftab.io/contact
URL de la Página de Política de Privacidad https://sites.google.com/view/adblocker-unlimited/home
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "version": "1.0.2",
    "name": "__MSG_name__",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "128.png",
                "64.png",
                "32.png"
            ],
            "matches": []
        }
    ]
}