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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" } } |