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”。
擴展截圖
下載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 |
ID | kgcdejafchphklflmceebojaakndnijl |
官方網址 | 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" } } |