PDF editor PDFOffice to edit and create PDF
PDFOffice, a PDF editor to create and edit any PDF file using a web browser.
Qu'est-ce que PDF editor PDFOffice to edit and create PDF ?
PDF editor PDFOffice to edit and create PDF est une extension Chrome développée par https://www.redcoolmedia.net, et sa fonction principale est "PDFOffice, a PDF editor to create and edit any PDF file using a web browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PDF editor PDFOffice to edit and create PDF
Téléchargez les fichiers d'extension PDF editor PDFOffice to edit and create PDF 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
PDFOffice is a PDF Editor online from which you can perform editing operations over PDF files but using your web browser. Main features in editing PDF files: - Create a new document or open an existing one. - Insert texts with different font color. - Insert texts with different font size. - Use some different font style in your inserted text. - Move the inserted text in any part of the document. - Insert images - Download your modified PDF
Informations de Base sur l'Extension
Nom | PDF editor PDFOffice to edit and create PDF |
ID | mffappoadhfalhjgmfaoecjbdjfdfhdj |
URL Officiel | https://chromewebstore.google.com/detail/pdf-editor-pdfoffice-to-e/mffappoadhfalhjgmfaoecjbdjfdfhdj |
Description | PDFOffice, a PDF editor to create and edit any PDF file using a web browser. |
Taille du Fichier | 368 KB |
Nombre d'Installations | 58,897 |
Version Actuelle | 1.6.5 |
Dernière Mise à Jour | 2024-01-02 |
Date de Publication | 2020-02-27 |
Évaluation | 2.43/5 Total 87 Évaluations |
Développeur | https://www.redcoolmedia.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.redcoolmedia.net/ |
URL de la Page de Politique de Confidentialité | http://www.redcoolmedia.net/index.php/cloud-apps-policy |
Langues Prises en Charge | de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_title__", "version": "1.6.5", "description": "__MSG_description__", "default_locale": "en", "action": { "default_popup": "index.html", "default_icon": "icons\/app_38.png" }, "options_page": "settings.html", "icons": { "128": "icons\/app_128.png", "48": "icons\/app_48.png", "16": "icons\/app_16.png" }, "permissions": [ "storage", "webRequest" ], "background": { "service_worker": "service.js" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |