Cielo

Enhanced onchain browsing with Cielo profile links

什么是Cielo?

Cielo是由https://cielo.finance开发的Chrome扩展程序,该扩展的主要功能是“Enhanced onchain browsing with Cielo profile links”。

扩展截图

screenshot
screenshot

下载Cielo扩展crx文件

下载Cielo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A free extension for all Cielo users. On block explorers across for the EVM, Solana, and additional web3 apps, 1 click button links appear:

1. Add Wallet - loads the wallet profile on an app with the wallet pre inputted into the add wallet module.* 

2. View wallet profile.

*User must already be signed into Cielo.                    

扩展基本信息

名称 Cielo Cielo
ID nbmknhhenedcdaodehlbpfanpmgkjaeg
官方URL https://chromewebstore.google.com/detail/cielo/nbmknhhenedcdaodehlbpfanpmgkjaeg
简介 Enhanced onchain browsing with Cielo profile links
文件大小 61.59 KB
安装次数 225
当前版本 1.0.3
更新时间 2024-02-21
上架时间 2023-11-01
评分 5.00/5 共7次评分
开发者 https://cielo.finance
电子邮箱 [email protected]
付费类型 free
扩展官网 https://app.cielo.finance/
帮助页面URL https://t.me/cielocommunity
隐私政策页面URL https://cielo.finance/terms-of-service.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Enhanced onchain browsing with Cielo profile links",
    "version": "1.0.3",
    "manifest_version": 3,
    "name": "Cielo",
    "action": {
        "default_icon": "logo-128.png"
    },
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.etherscan.io\/*",
                "https:\/\/*.bscscan.com\/*",
                "https:\/\/*.ftmscan.com\/*",
                "https:\/\/*.arbiscan.io\/*",
                "https:\/\/*.polygonscan.com\/*",
                "https:\/\/*.zkscan.io\/*",
                "https:\/\/*.gnosisscan.io\/*",
                "https:\/\/*.mantlescan.info\/*",
                "https:\/\/*.pulsechain.com\/*",
                "https:\/\/*.metis.io\/*",
                "https:\/\/*.bobascan.com\/*",
                "https:\/\/*.basescan.org\/*",
                "https:\/\/*.opbnbscan.com\/*",
                "https:\/\/*.avascan.info\/*",
                "https:\/\/*.escan.live\/*",
                "https:\/\/*.aurora.dev\/*",
                "https:\/\/*.zksync.io\/*",
                "https:\/\/*.mantle.xyz\/*",
                "https:\/\/*.snowtrace.io\/*",
                "https:\/\/*.scroll.io\/*",
                "https:\/\/*.app.zerion.io\/*",
                "https:\/\/lineascan.build\/*",
                "https:\/\/scrollscan.com\/*",
                "https:\/\/solana.fm\/*",
                "https:\/\/solscan.io\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.etherscan.io\/*",
                "https:\/\/*.bscscan.com\/*",
                "https:\/\/*.ftmscan.com\/*",
                "https:\/\/*.arbiscan.io\/*",
                "https:\/\/*.polygonscan.com\/*",
                "https:\/\/*.zkscan.io\/*",
                "https:\/\/*.gnosisscan.io\/*",
                "https:\/\/*.pulsechain.com\/*",
                "https:\/\/*.metis.io\/*",
                "https:\/\/*.bobascan.com\/*",
                "https:\/\/*.basescan.org\/*",
                "https:\/\/*.opbnbscan.com\/*",
                "https:\/\/*.mantlescan.info\/*",
                "https:\/\/*.escan.live\/*",
                "https:\/\/*.aurora.dev\/*",
                "https:\/\/*.zksync.io\/*",
                "https:\/\/*.mantle.xyz\/*",
                "https:\/\/*.snowtrace.io\/*",
                "https:\/\/*.scroll.io\/*",
                "https:\/\/*.app.zerion.io\/*",
                "https:\/\/scrollscan.com\/*",
                "https:\/\/lineascan.build\/*",
                "https:\/\/solana.fm\/*",
                "https:\/\/solscan.io\/*"
            ],
            "use_dynamic_url": true,
            "resources": [
                "logo.png",
                "cielo.svg",
                "logo-16.png",
                "logo-32.png",
                "logo-48.png",
                "logo-128.png"
            ]
        }
    ]
}