PDF Tab - PDF Converter in a New Tab
Simply convert files to PDF directly in a new tab. PDF Converter in one click
Vad är PDF Tab - PDF Converter in a New Tab?
PDF Tab - PDF Converter in a New Tab är en Chrome-tillägg utvecklad av https://pdftab.io, och dess huvudfunktion är "Simply convert files to PDF directly in a new tab. PDF Converter in one click".
Tilläggsskärmbilder
Ladda ner PDF Tab - PDF Converter in a New Tab-förlängningens CRX-fil
Ladda ner PDF Tab - PDF Converter in a New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | dheegnmioobjiclbacdpbgkhgieekfkg |
| Officiell webbadress | https://chromewebstore.google.com/detail/pdf-tab-pdf-converter-in/dheegnmioobjiclbacdpbgkhgieekfkg |
| Beskrivning | Simply convert files to PDF directly in a new tab. PDF Converter in one click |
| Filstorlek | 698 KB |
| Antal Installationer | 70,000 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2022-10-16 |
| Publiceringsdatum | 2022-09-30 |
| Betyg | 4.94/5 Totalt 72 Betyg |
| Utvecklare | https://pdftab.io |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://pdftab.io/ |
| Hjälpsida URL | https://pdftab.io/contact |
| URL till Sekretesspolicy Sidan | https://sites.google.com/view/adblocker-unlimited/home |
| Stödda Språk | 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": []
}
]
} | |