PDF Tab - PDF Converter in a New Tab

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

Cos'è PDF Tab - PDF Converter in a New Tab?

PDF Tab - PDF Converter in a New Tab è un'estensione di Chrome sviluppata da https://pdftab.io, e la sua funzione principale è "Simply convert files to PDF directly in a new tab. PDF Converter in one click".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione PDF Tab - PDF Converter in a New Tab

Scarica i file di estensione PDF Tab - PDF Converter in a New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PDF Tab - PDF Converter in a New Tab PDF Tab - PDF Converter in a New Tab
ID dheegnmioobjiclbacdpbgkhgieekfkg
URL Ufficiale https://chromewebstore.google.com/detail/pdf-tab-pdf-converter-in/dheegnmioobjiclbacdpbgkhgieekfkg
Descrizione Simply convert files to PDF directly in a new tab. PDF Converter in one click
Dimensione del File 698 KB
Conteggio Installazioni 70,000
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-10-16
Data di Pubblicazione 2022-09-30
Valutazione 4.94/5 Totale 72 Valutazioni
Sviluppatore https://pdftab.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pdftab.io/
URL della Pagina di Aiuto https://pdftab.io/contact
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/adblocker-unlimited/home
Lingue Supportate 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": []
        }
    ]
}