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
Eメール [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": []
}