FormatPDF
FormatPDF
什麼是FormatPDF?
FormatPDF是由https://formatpdf.com開發的Chrome擴展程式,該擴展的主要功能是“FormatPDF”。
擴展截圖
下載FormatPDF擴展crx文件
下載FormatPDF擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
🆕 The official extension of FormatPDF, the online PDF converter you were looking for. 💻 Convert, edit and make any changes you need to your PDF documents. 🌟 With the FormatPDF extension for the Google Chrome browser you can quickly access all our tools: one click and you can compress, rotate, split, edit or convert PDF documents to any other format. 📜 Online PDF tools included in this extension are: - Compress PDF - Split PDF - Order PDF - Rotate PDF - Protect PDF - Word to PDF - PDF to Word - JPG to PDF - PDF to JPG - Excel to PDF - PDF to Excel - EPUB to PDF - PDF to EPUB - PowerPoint to PDF - PDF to PowerPoint - Number PDF pages - Merge PDF - Sign PDF - Edit PDF - Unlock PDF - ODT to PDF - PDF to ODT - TIFF to PDF - DJVU to PDF - Print PDF - Repair PDF - Write to PDF - Draw on PDF - Delete PDF pages - Put watermark to PDF - Remove watermark from PDF - PDF to HTML - HTML to PDF We love PDF ❤️
擴展基本資訊
名稱 | |
ID | iakjgnbldglbbakgeobkagcpchkbmlcl |
官方網址 | https://chromewebstore.google.com/detail/formatpdf/iakjgnbldglbbakgeobkagcpchkbmlcl |
簡介 | FormatPDF |
檔案大小 | 282 KB |
安裝次數 | 2,255 |
目前版本 | 1.0 |
更新時間 | 2022-09-21 |
上架時間 | 2022-09-21 |
評分 | 4.20/5 共 5 次評分 |
開發者 | https://formatpdf.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.formatpdf.com |
說明頁面URL | https://www.formatpdf.com/en/contact-us/ |
隱私政策頁面URL | https://www.formatpdf.com/en/privacy-policy |
支援的語言 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0", "default_locale": "es", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/ext-icon.png", "32": "\/images\/ext-icon.png", "48": "\/images\/ext-icon.png", "128": "\/images\/ext-icon.png" } }, "icons": { "16": "\/images\/ext-icon.png", "32": "\/images\/ext-icon.png", "48": "\/images\/ext-icon.png", "128": "\/images\/ext-icon.png" }, "options_page": "options.html" } |