PDF Tab - PDF Converter in a New Tab

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

O que é PDF Tab - PDF Converter in a New Tab?

PDF Tab - PDF Converter in a New Tab é uma extensão do Chrome desenvolvida por https://pdftab.io, e sua principal característica é "Simply convert files to PDF directly in a new tab. PDF Converter in one click".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão PDF Tab - PDF Converter in a New Tab

Baixe arquivos de extensão PDF Tab - PDF Converter in a New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Simply convert files to PDF directly in a new tab. PDF Converter in one click
Tamanho do Arquivo 698 KB
Contagem de Instalações 70,000
Versão Atual 1.0.2
Última Atualização 2022-10-16
Data de Publicação 2022-09-30
Classificação 4.94/5 Total de 72 Avaliações
Desenvolvedor https://pdftab.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://pdftab.io/
URL da Página de Ajuda https://pdftab.io/contact
URL da Página de Política de Privacidade https://sites.google.com/view/adblocker-unlimited/home
Idiomas Suportados 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": []
        }
    ]
}