Crypto New Tab 8-bit
New tab page in 8 bit for crypto enthusiasts
Crypto New Tab 8-bit là gì?
Crypto New Tab 8-bit là một tiện ích mở rộng Chrome được phát triển bởi cryptonewtab, và tính năng chính của nó là "New tab page in 8 bit for crypto enthusiasts".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Crypto New Tab 8-bit
Tải xuống các tệp mở rộng Crypto New Tab 8-bit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Crypto New Tab 8-bit |
ID | kgcdejafchphklflmceebojaakndnijl |
URL Chính Thức | https://chromewebstore.google.com/detail/crypto-new-tab-8-bit/kgcdejafchphklflmceebojaakndnijl |
Mô tả | New tab page in 8 bit for crypto enthusiasts |
Kích Thước Tệp | 222 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2022-10-11 |
Ngày Phát Hành | 2022-07-05 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | cryptonewtab |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |