SimplePDF - Edit and Fill PDF
Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy
Τι είναι το SimplePDF - Edit and Fill PDF;
Το SimplePDF - Edit and Fill PDF είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://simplepdf.eu, και η κύρια λειτουργία του είναι "Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SimplePDF - Edit and Fill PDF
Λήψη αρχείων επέκτασης SimplePDF - Edit and Fill PDF σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The SimplePDF extension allows you to easily open any PDF using the Simple PDF editor without leaving the page you are currently viewing. SimplePDF respects your privacy: the document you load and the data you fill in are never sent to a server. Read more about it in our privacy policy: https://simplepdf.eu/privacy-policy
Βασικές Πληροφορίες Επέκτασης
Όνομα | SimplePDF - Edit and Fill PDF |
ID | fgikademdabjcmnlgmgbifipooibbepi |
Επίσημο URL | https://chromewebstore.google.com/detail/simplepdf-edit-and-fill-p/fgikademdabjcmnlgmgbifipooibbepi |
Περιγραφή | Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy |
Μέγεθος Αρχείου | 24.83 KB |
Αριθμός Εγκαταστάσεων | 3,640 |
Τρέχουσα Έκδοση | 1.2.0 |
Τελευταία Ενημέρωση | 2023-11-27 |
Ημερομηνία Δημοσίευσης | 2022-09-26 |
Αξιολόγηση | 4.54/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | https://simplepdf.eu |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://simplepdf.eu |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.simplepdf.eu/terms_of_service |
URL της Σελίδας Πολιτικής Απορρήτου | https://simplepdf.eu/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SimplePDF - Edit and Fill PDF", "description": "Edit, merge and rotate PDF files without leaving your current tab using SimplePDF - the online editor that respects your privacy", "version": "1.2.0", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo_16.png", "32": "\/images\/logo_32.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" } }, "icons": { "16": "\/images\/logo_16.png", "32": "\/images\/logo_32.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" } } |