KVCore Contact Page Formatter
Formats the KVCore contact page.
Co je KVCore Contact Page Formatter?
KVCore Contact Page Formatter je rozšíření Chrome vyvinuté The Perry Group, a jeho hlavní funkcí je „Formats the KVCore contact page.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření KVCore Contact Page Formatter
Stáhněte si soubory rozšíření KVCore Contact Page Formatter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | KVCore Contact Page Formatter |
ID | foecngglfcggnnakjiecjmmmjihmiape |
Oficiální URL | https://chromewebstore.google.com/detail/kvcore-contact-page-forma/foecngglfcggnnakjiecjmmmjihmiape |
Popis | Formats the KVCore contact page. |
Velikost souboru | 79.06 KB |
Počet instalací | 2,936 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2022-02-09 |
Datum Vydání | 2022-02-09 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | The Perry Group |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |