PDF Tab - PDF Converter in a New Tab
Simply convert files to PDF directly in a new tab. PDF Converter in one click
Wat is PDF Tab - PDF Converter in a New Tab?
PDF Tab - PDF Converter in a New Tab is een Chrome-extensie ontwikkeld door https://pdftab.io, en de belangrijkste functie is "Simply convert files to PDF directly in a new tab. PDF Converter in one click".
Extensie Screenshots
Download het CRX-bestand van de extensie PDF Tab - PDF Converter in a New Tab
Download PDF Tab - PDF Converter in a New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dheegnmioobjiclbacdpbgkhgieekfkg |
| Officiële URL | https://chromewebstore.google.com/detail/pdf-tab-pdf-converter-in/dheegnmioobjiclbacdpbgkhgieekfkg |
| Beschrijving | Simply convert files to PDF directly in a new tab. PDF Converter in one click |
| Bestandsgrootte | 698 KB |
| Aantal Installaties | 70,000 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2022-10-16 |
| Publicatiedatum | 2022-09-30 |
| Beoordeling | 4.94/5 Totaal 72 Beoordelingen |
| Ontwikkelaar | https://pdftab.io |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://pdftab.io/ |
| Help Pagina-URL | https://pdftab.io/contact |
| URL van de Privacybeleid Pagina | https://sites.google.com/view/adblocker-unlimited/home |
| Ondersteunde Talen | 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": []
}
]
} | |