OCDB - Open Collectible Database

Discover, like & comment on curated NFT artworks every time you open a new tab

OCDB - Open Collectible Database란 무엇입니까?

OCDB - Open Collectible Database은(는) Massless에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover, like & comment on curated NFT artworks every time you open a new tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

OCDB - Open Collectible Database 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension overwrites the default "new tab" page with a simple page that displays a curated NFT artwork from Foundation, SuperRare, OpenSea, and Nifty Gateway. You can also like, comment, and learn more about the NFT artwork by reading our curators' critique notes.

Note: this extension uses the multiple blockchain and IPFS as a database for displaying these NFT artworks. Each NFT has a clickable title and creator links to its original marketplace. OCDB is an independent project and currently has no relation with Foundation, SuperRare, OpenSea, or Nifty Gateway.                    

확장 프로그램 기본 정보

이름 OCDB - Open Collectible Database OCDB - Open Collectible Database
ID kchfgahfakmfagdikgdigacgjijfgaeh
공식 URL https://chromewebstore.google.com/detail/ocdb-open-collectible-dat/kchfgahfakmfagdikgdigacgjijfgaeh
설명 Discover, like & comment on curated NFT artworks every time you open a new tab
파일 크기 912 KB
설치 횟수 12
현재 버전 1.1
최근 업데이트 2021-06-25
출시 날짜 2021-06-20
평점 5.00/5 총 1 개의 평점
개발자 Massless
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ocdb.io
도움말 페이지 URL https://ocdb.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Discover, like & comment on curated NFT artworks every time you open a new tab",
    "version": "1.1",
    "manifest_version": 3,
    "name": "OCDB - Open Collectible Database",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/ocdb.io\/*"
        ]
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png"
            ],
            "matches": []
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArs3aWq0qm1py2LId\/RfKwOnOmF2TXNevgA7C7s989TacHUDpLb2fjXdw\/5H6lg629NXc3BrKOx\/thWENv7JKYS6r2o3OmmJVCwM10HpczLkkoUTH\/hvWSjdIVXXdlpeZuvVPcKXnlGFSi1iYHZywpIm\/WgFvNTlAMKQaLki3Be00HVoQNk3+c9zxfEAMxCk0N2Axj5xd0udF2+FP9u9vq7Dq301kYelJ3FHLbwdJ4GHyDZ0JzpVYO9L4EmbWxRo3kxkXUJK6B+wGPTHsUkEvrFkLX5eoOjlhRUcDPCENwZ5rgZuvNAUbB92JJ\/h+yto1hryTAd1MHx3F5dYIfG2lAwIDAQAB"
}