PDFCandy
free online PDF editor
什麼是PDFCandy?
PDFCandy是由https://pdfcandy.com開發的Chrome擴展程式,該擴展的主要功能是“free online PDF editor”。
擴展截圖
下載PDFCandy擴展crx文件
下載PDFCandy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
PDF Candy at pdfcandy.com is an versatile online PDF solution. Compress, merge, split, convert, rearrange pages and much more. Increase your productivity by adding PDF Candy extension to your Chrome browser! Get instant access to all 44 online PDF tools. You may use the search function to find faster the tool you need.
擴展基本資訊
名稱 | |
ID | omlipfboclalclnoekphiecadjlklphh |
官方網址 | https://chrome.google.com/webstore/detail/pdfcandy/omlipfboclalclnoekphiecadjlklphh |
簡介 | free online PDF editor |
檔案大小 | 64.7 KB |
安裝次數 | 276,498 |
目前版本 | 1.0.2 |
更新時間 | 2020-11-12 |
上架時間 | 2020-11-12 |
評分 | 4.00/5 共 19 次評分 |
開發者 | https://pdfcandy.com |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://pdfcandy.com/contact-us.html |
隱私政策頁面URL | https://icecreamapps.com/privacypolicy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PDFCandy", "version": "1.0.2", "description": "free online PDF editor", "permissions": [], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/pdfcandy16.png", "32": "images\/pdfcandy32.png", "48": "images\/pdfcandy48.png", "128": "images\/pdfcandy128.png" } }, "icons": { "16": "images\/pdfcandy16.png", "32": "images\/pdfcandy32.png", "48": "images\/pdfcandy48.png", "128": "images\/pdfcandy128.png" }, "manifest_version": 2 } |