Crypto New Tab 8-bit

New tab page in 8 bit for crypto enthusiasts

Crypto New Tab 8-bitとは何ですか?

Crypto New Tab 8-bitはcryptonewtabによって開発されたChromeの拡張機能で、その主な機能は「New tab page in 8 bit for crypto enthusiasts」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Crypto New Tab 8-bit拡張機能のCRXファイルをダウンロード

Crypto New Tab 8-bit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        1. Track your favorite crypto coins with live pricing data.

2. Feeling lucky? Drop a coin in the crypto fountain.

3. Select Day or night mode (click the rainbow to toggle modes).

Enjoy! More features to come. Email us if you have feedback: [email protected]

Disclaimer:
We don't access or store any personal data.

We don't own the memes we show. These comes from @notfinancialadvice__ on instragram.

Cryptocurrency pricing comes from coingecko.com                    

拡張機能の基本情報

名前 Crypto New Tab 8-bit Crypto New Tab 8-bit
ID kgcdejafchphklflmceebojaakndnijl
公式URL https://chromewebstore.google.com/detail/crypto-new-tab-8-bit/kgcdejafchphklflmceebojaakndnijl
説明 New tab page in 8 bit for crypto enthusiasts
ファイルサイズ 222 KB
インストール数 49
現在のバージョン 0.0.0.1
最終更新日 2022-10-11
公開日 2022-07-05
評価 5.00/5 合計 4 レビュー
開発者 cryptonewtab
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto New Tab 8-bit",
    "description": "New tab page in 8 bit for crypto enthusiasts",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "dist\/assets\/favicon-bw-16.png",
            "32": "dist\/assets\/favicon-bw-32.png",
            "128": "dist\/assets\/favicon-bw.png"
        }
    },
    "icons": {
        "16": "dist\/assets\/favicon-bw-16.png",
        "32": "dist\/assets\/favicon-bw-32.png",
        "128": "dist\/assets\/favicon-bw.png"
    },
    "permissions": [
        "storage",
        "https:\/\/api.coingecko.com\/api\/v3\/*",
        "https:\/\/d3rxdr6fcw9knr.cloudfront.net\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "dist\/index.html"
    }
}