PE Center
PE Center is an extension available on Google Chrome and Firefox that allows users to search, access and copy the help articles…
Τι είναι το PE Center;
Το PE Center είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Victor de la Fouchardière, και η κύρια λειτουργία του είναι "PE Center is an extension available on Google Chrome and Firefox that allows users to search, access and copy the help articles…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PE Center
Λήψη αρχείων επέκτασης PE Center σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
PE Center is an extension available on Google Chrome and Firefox that allows users to search, access and copy the help articles from the Google's official products (YouTube, Google Chrome, ...). This web extension also allows to retrieve the latest posts created on the official Google's communities. In video : https://www.youtube.com/watch?v=BDYCFtLuT1M The list of products and languages is detailed here : https://github.com/viclafouch/PE-Center
Βασικές Πληροφορίες Επέκτασης
Όνομα | PE Center |
ID | hanknpkmjbfhcalmipokkfplndkohgdm |
Επίσημο URL | https://chromewebstore.google.com/detail/pe-center/hanknpkmjbfhcalmipokkfplndkohgdm |
Περιγραφή | PE Center is an extension available on Google Chrome and Firefox that allows users to search, access and copy the help articles… |
Μέγεθος Αρχείου | 443 KB |
Αριθμός Εγκαταστάσεων | 176 |
Τρέχουσα Έκδοση | 3.4.0 |
Τελευταία Ενημέρωση | 2023-12-11 |
Ημερομηνία Δημοσίευσης | 2020-05-21 |
Αξιολόγηση | 4.91/5 Συνολικά 22 Αξιολογήσεις |
Προγραμματιστής | Victor de la Fouchardière |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.4.0", "name": "PE Center", "short_name": "PE Center", "manifest_version": 3, "author": "Victor de la Fouchardiere", "permissions": [ "storage", "clipboardWrite" ], "action": { "default_popup": "popup-dark.html", "default_title": "PE Center", "default_icon": "icons\/icon_16.png" }, "content_scripts": [ { "matches": [ "https:\/\/support.google.com\/*" ], "js": [ "support.bundle.js" ] } ], "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "host_permissions": [ "https:\/\/pe-crawler-static.vercel.app\/*" ] } |