KVCore Contact Page Formatter
Formats the KVCore contact page.
Τι είναι το KVCore Contact Page Formatter;
Το KVCore Contact Page Formatter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον The Perry Group, και η κύρια λειτουργία του είναι "Formats the KVCore contact page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης KVCore Contact Page Formatter
Λήψη αρχείων επέκτασης KVCore Contact Page Formatter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension will make some slight layout modifications to the way KVCore displays your contacts. Rather than a large amount of empty space, this extension makes the layout of the contact details more compact and easier to read.
Βασικές Πληροφορίες Επέκτασης
Όνομα | KVCore Contact Page Formatter |
ID | foecngglfcggnnakjiecjmmmjihmiape |
Επίσημο URL | https://chromewebstore.google.com/detail/kvcore-contact-page-forma/foecngglfcggnnakjiecjmmmjihmiape |
Περιγραφή | Formats the KVCore contact page. |
Μέγεθος Αρχείου | 79.06 KB |
Αριθμός Εγκαταστάσεων | 2,936 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2022-02-09 |
Ημερομηνία Δημοσίευσης | 2022-02-09 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | The Perry Group |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "KVCore Contact Page Formatter", "short_name": "KVCore Contact Page Formatter", "version": "1.0.0", "description": "Formats the KVCore contact page.", "author": "The Perry Group", "action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "72": "icons\/icon-72.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" }, "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" }, "content_scripts": [ { "matches": [ "https:\/\/app.kvcore.com\/*" ], "js": [ "js\/options.js" ] } ] } |