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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
}