Crypto Address Visualizer

Crypto Address Visualizer

Crypto Address Visualizerคืออะไร?

Crypto Address Visualizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christopher Paul Schmich และคุณลักษณะหลักของมันคือ "Crypto Address Visualizer"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crypto Address Visualizer

ดาวน์โหลดไฟล์ส่วนขยาย Crypto Address Visualizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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