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. Основная информация о расширении
| Название | |
| 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"
]
}
]
} | |