PDF Tab - PDF Converter in a New Tab

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

What is PDF Tab - PDF Converter in a New Tab?

PDF Tab - PDF Converter in a New Tab is a Chrome extension developed by https://pdftab.io, and its main feature is "Simply convert files to PDF directly in a new tab. PDF Converter in one click".

Extension Screenshots

screenshot
screenshot

Download PDF Tab - PDF Converter in a New Tab Extension CRX File

Download PDF Tab - PDF Converter in a New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PDF Tab - PDF Converter in a New Tab PDF Tab - PDF Converter in a New Tab
ID dheegnmioobjiclbacdpbgkhgieekfkg
Official URL https://chromewebstore.google.com/detail/pdf-tab-pdf-converter-in/dheegnmioobjiclbacdpbgkhgieekfkg
Description Simply convert files to PDF directly in a new tab. PDF Converter in one click
File Size 698 KB
Installation Count 70,000
Current Version 1.0.2
Last Updated 2022-10-16
Publish Date 2022-09-30
Rating 4.94/5 Total 72 Ratings
Developer https://pdftab.io
Email [email protected]
Payment Type free
Extension Website https://pdftab.io/
Help Page URL https://pdftab.io/contact
Privacy Policy Page URL https://sites.google.com/view/adblocker-unlimited/home
Supported Languages 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": []
        }
    ]
}