PDF Tab - PDF Converter in a New Tab
Simply convert files to PDF directly in a new tab. PDF Converter in one click
什麼是PDF Tab - PDF Converter in a New Tab?
PDF Tab - PDF Converter in a New Tab是由https://pdftab.io開發的Chrome擴展程式,該擴展的主要功能是“Simply convert files to PDF directly in a new tab. PDF Converter in one click”。
擴展截圖
下載PDF Tab - PDF Converter in a New Tab擴展crx文件
下載PDF Tab - PDF Converter in a New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | PDF Tab - PDF Converter in a New Tab |
ID | dheegnmioobjiclbacdpbgkhgieekfkg |
官方網址 | https://chromewebstore.google.com/detail/pdf-tab-pdf-converter-in/dheegnmioobjiclbacdpbgkhgieekfkg |
簡介 | Simply convert files to PDF directly in a new tab. PDF Converter in one click |
檔案大小 | 698 KB |
安裝次數 | 70,000 |
目前版本 | 1.0.2 |
更新時間 | 2022-10-16 |
上架時間 | 2022-09-30 |
評分 | 4.94/5 共 72 次評分 |
開發者 | https://pdftab.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://pdftab.io/ |
說明頁面URL | https://pdftab.io/contact |
隱私政策頁面URL | https://sites.google.com/view/adblocker-unlimited/home |
支援的語言 | 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": [] } ] } |