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
官方網址 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": []
}