Crypto Address Visualizer

Crypto Address Visualizer

What is Crypto Address Visualizer?

Crypto Address Visualizer is a Chrome extension developed by Christopher Paul Schmich, and its main feature is "Crypto Address Visualizer".

Extension Screenshots

screenshot

Download Crypto Address Visualizer Extension CRX File

Download Crypto Address Visualizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Crypto Address Visualizer Crypto Address Visualizer
ID fbobbccllnpjhnmhaekkggngkomifhhp
Official URL https://chromewebstore.google.com/detail/crypto-address-visualizer/fbobbccllnpjhnmhaekkggngkomifhhp
Description Crypto Address Visualizer
File Size 35.6 KB
Installation Count 19
Current Version 1
Last Updated 2021-08-30
Publish Date 2021-08-30
Developer Christopher Paul Schmich
Email [email protected]
Payment Type free
Extension Website https://github.com/schmich/crypto-address-visualizer
Help Page URL https://github.com/schmich/crypto-address-visualizer/issues
Supported Languages 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"
}