PDFCandy
free online PDF editor
Qu'est-ce que PDFCandy ?
PDFCandy est une extension Chrome développée par https://pdfcandy.com, et sa fonction principale est "free online PDF editor".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PDFCandy
Téléchargez les fichiers d'extension PDFCandy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | omlipfboclalclnoekphiecadjlklphh |
URL Officiel | https://chrome.google.com/webstore/detail/pdfcandy/omlipfboclalclnoekphiecadjlklphh |
Description | free online PDF editor |
Taille du Fichier | 64.7 KB |
Nombre d'Installations | 276,498 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2020-11-12 |
Date de Publication | 2020-11-12 |
Évaluation | 4.00/5 Total 19 Évaluations |
Développeur | https://pdfcandy.com |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://pdfcandy.com/contact-us.html |
URL de la Page de Politique de Confidentialité | https://icecreamapps.com/privacypolicy.html |
Langues Prises en Charge | 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 } |