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
电子邮箱 [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"
    }
}