Minter Shortcuts

Shows a list of Minter profiles and validators in the popup menu. Adds links to the Right Click menu to explore selected addresses.

Minter Shortcutsคืออะไร?

Minter Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kotlyarov brothers และคุณลักษณะหลักของมันคือ "Shows a list of Minter profiles and validators in the popup menu. Adds links to the Right Click menu to explore selected addresses."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minter Shortcuts

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

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

                        Free open source extension.

Adds a list of Minter profiles and validators in the popup menu.

Adds an item to the Right Click menu to explore selected addresses, validators and transactions on popular Minter projects:
https://explorer.minter.network/transactions/{transaction}
https://explorer.minter.network/validator/{validator}
https://explorer.minter.network/address/{address}
https://minterscan.net/tx/{transaction}
https://minterscan.net/validator/{validator}
https://minterscan.net/address/{address}
https://minter.interchain.zone/en/nodes/{validator}
https://minter.interchain.zone/en/wallet/{address}
https://minter.interchain.zone/en/coin/{coin}
https://karma.mn/#{address}

Source code: https://github.com/Danmer/minter-shortcuts                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Minter Shortcuts Minter Shortcuts
ID bcgagdbpcehfjjnihafoncmbhfaafoid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/minter-shortcuts/bcgagdbpcehfjjnihafoncmbhfaafoid
คำอธิบาย Shows a list of Minter profiles and validators in the popup menu. Adds links to the Right Click menu to explore selected addresses.
ขนาดไฟล์ 50.07 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 0.3.6.3
อัปเดตครั้งล่าสุด 2020-01-07
วันที่เผยแพร่ 2020-01-07
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Kotlyarov brothers
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minter Shortcuts",
    "version": "0.3.6.3",
    "description": "Shows a list of Minter profiles and validators in the popup menu. Adds links to the Right Click menu to explore selected addresses.",
    "author": "Kotlyarov brothers",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "img\/icon_16.png",
            "48": "img\/icon_48.png",
            "128": "img\/icon_128.png"
        }
    }
}