PDFCandy
free online PDF editor
Hvad er PDFCandy?
PDFCandy er en Chrome-udvidelse udviklet af https://pdfcandy.com, og dens hovedfunktion er "free online PDF editor".
Udvidelsesskærmbilleder
Download PDFCandy-udvidelses-CRX-fil
Download PDFCandy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | omlipfboclalclnoekphiecadjlklphh |
Officiel URL | https://chrome.google.com/webstore/detail/pdfcandy/omlipfboclalclnoekphiecadjlklphh |
Beskrivelse | free online PDF editor |
Filstørrelse | 64.7 KB |
Antal Installationer | 276,498 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2020-11-12 |
Udgivelsesdato | 2020-11-12 |
Bedømmelse | 4.00/5 Samlet 19 Bedømmelser |
Udvikler | https://pdfcandy.com |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://pdfcandy.com/contact-us.html |
URL til Fortrolighedspolitik Side | https://icecreamapps.com/privacypolicy.html |
Understøttede Sprog | 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 } |