PDFCandy
free online PDF editor
Apa itu PDFCandy?
PDFCandy adalah ekstensi Chrome yang dikembangkan oleh https://pdfcandy.com, dan fitur utamanya adalah "free online PDF editor".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PDFCandy
Unduh file ekstensi PDFCandy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | omlipfboclalclnoekphiecadjlklphh |
URL Resmi | https://chrome.google.com/webstore/detail/pdfcandy/omlipfboclalclnoekphiecadjlklphh |
Deskripsi | free online PDF editor |
Ukuran File | 64.7 KB |
Jumlah Instalasi | 276,498 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2020-11-12 |
Tanggal Publikasi | 2020-11-12 |
Penilaian | 4.00/5 Total 19 Penilaian |
Pengembang | https://pdfcandy.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://pdfcandy.com/contact-us.html |
URL Halaman Kebijakan Privasi | https://icecreamapps.com/privacypolicy.html |
Bahasa yang Didukung | 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 } |