Crypto Address Visualizer

Crypto Address Visualizer

Crypto Address Visualizer란 무엇입니까?

Crypto Address Visualizer은(는) Christopher Paul Schmich에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crypto Address Visualizer"입니다.

확장 프로그램 스크린샷

screenshot

Crypto Address Visualizer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Crypto Address Visualizer is a browser extension that gives you extra confidence when copy-pasting crypto wallet addresses between online crypto services by enabling you to compare addresses visually with multiple images.                    

확장 프로그램 기본 정보

이름 Crypto Address Visualizer Crypto Address Visualizer
ID fbobbccllnpjhnmhaekkggngkomifhhp
공식 URL https://chromewebstore.google.com/detail/crypto-address-visualizer/fbobbccllnpjhnmhaekkggngkomifhhp
설명 Crypto Address Visualizer
파일 크기 35.6 KB
설치 횟수 19
현재 버전 1
최근 업데이트 2021-08-30
출시 날짜 2021-08-30
개발자 Christopher Paul Schmich
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/schmich/crypto-address-visualizer
도움말 페이지 URL https://github.com/schmich/crypto-address-visualizer/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Address Visualizer",
    "short_name": "Crypto Address Visualizer",
    "description": "Crypto Address Visualizer",
    "version": "1",
    "manifest_version": 3,
    "author": "Chris Schmich ",
    "homepage_url": "https:\/\/github.com\/schmich\/crypto-address-visualizer",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Crypto Address Visualizer",
        "default_popup": "visualizer.html"
    },
    "icons": {
        "256": "icon.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'none'; script-src 'self'; style-src 'self'; img-src data:"
    },
    "minimum_chrome_version": "88"
}