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 |
公式URL | 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 |
Eメール | [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 } |