KVCore Contact Page Formatter

Formats the KVCore contact page.

KVCore Contact Page Formatter란 무엇입니까?

KVCore Contact Page Formatter은(는) The Perry Group에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Formats the KVCore contact page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

KVCore Contact Page Formatter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
            ]
        }
    ]
}