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 |
官方URL | 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": [] } ] } |