Kontos

Kontos Chrome extension

Kontos란 무엇입니까?

Kontos은(는) https://kontos.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kontos Chrome extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Kontos 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Kontos is a revolutionary zero-knowledge based layer-2 account protocol. Its superior architecture enables users to enjoy numerous features, including gas-less transactions, asset-less operations, and key-less with higher security. By offering a single account for multiple blockchains, Kontos simplifies the usability of blockchain-based applications and provides an easy entry point into the world of web3. With these unique features, Kontos is revolutionizing the traditional blockchain ecosystem and paving the way for the decentralized future.

Kontos Wallet is the entrypoint of Kontos protocol.                    

확장 프로그램 기본 정보

이름 Kontos Kontos
ID abjfbanhppgiflmobebfffbijcfoeiao
공식 URL https://chromewebstore.google.com/detail/kontos/abjfbanhppgiflmobebfffbijcfoeiao
설명 Kontos Chrome extension
파일 크기 23.3 MB
설치 횟수 24,862
현재 버전 0.1.2
최근 업데이트 2023-12-28
출시 날짜 2023-04-06
평점 5.00/5 총 1 개의 평점
개발자 https://kontos.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.kontos.io
개인정보 보호 정책 페이지 URL https://www.privacypolicies.com/live/83cb864e-4de4-4ae2-aaf2-1ae1204e3edb
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Kontos Chrome extension",
    "version": "0.1.2",
    "manifest_version": 3,
    "name": "Kontos",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "kontos.png"
    },
    "icons": {
        "32": "kontos.png",
        "72": "kontos.png",
        "128": "kontos.png",
        "512": "kontos.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                "https:\/\/www.kontos.io\/*",
                "http:\/\/localhost:3000\/*",
                "http:\/\/localhost:3001\/*"
            ]
        },
        {
            "resources": [
                "content.styles.css",
                "kontos.png",
                "inpage.bundle.js",
                "\/wasm\/kontos.wasm"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "",
        "activeTab"
    ]
}