Crypto Address Visualizer

Crypto Address Visualizer

Crypto Address Visualizer là gì?

Crypto Address Visualizer là một tiện ích mở rộng Chrome được phát triển bởi Christopher Paul Schmich, và tính năng chính của nó là "Crypto Address Visualizer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crypto Address Visualizer

Tải xuống các tệp mở rộng Crypto Address Visualizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Crypto Address Visualizer Crypto Address Visualizer
ID fbobbccllnpjhnmhaekkggngkomifhhp
URL Chính Thức https://chromewebstore.google.com/detail/crypto-address-visualizer/fbobbccllnpjhnmhaekkggngkomifhhp
Mô tả Crypto Address Visualizer
Kích Thước Tệp 35.6 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2021-08-30
Ngày Phát Hành 2021-08-30
Nhà Phát Triển Christopher Paul Schmich
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/schmich/crypto-address-visualizer
URL Trang Trợ Giúp https://github.com/schmich/crypto-address-visualizer/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}