artsee

bring NFTs into your daily life

什么是artsee?

artsee是由Ambition.wtf开发的Chrome扩展程序,该扩展的主要功能是“bring NFTs into your daily life”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载artsee扩展crx文件

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

扩展使用说明

                        Enjoy your NFT art collection every time you open a new tab! Artsee uses your Ethereum wallet to display  art from your collection.

* Supports image, video and audio formats commonly used in NFTs
* Supports most interactive NFTs (ex. Artblocks)
* Displays the name, artist, year and other information about each work
* No need to create an account or login - artsee uses your public wallet address
* We don't collect any user data; your data is stored locally
* Only uses publicly available information from OpenSea API                    

扩展基本信息

名称 artsee artsee
ID akbgmbhnmpmacgkdkjafjeibneefikkp
官方URL https://chromewebstore.google.com/detail/artsee/akbgmbhnmpmacgkdkjafjeibneefikkp
简介 bring NFTs into your daily life
文件大小 1.24 MB
安装次数 37
当前版本 0.3.0
更新时间 2022-01-16
上架时间 2021-05-02
开发者 Ambition.wtf
电子邮箱 [email protected]
付费类型 free
扩展官网 https://artsee.wtf
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "artsee",
    "version": "0.3.0",
    "description": "bring NFTs into your daily life",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "48": "assets\/icons\/icon48.png",
            "128": "assets\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/icon16.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": []
}