Crypto New Tab 8-bit
New tab page in 8 bit for crypto enthusiasts
Vad är Crypto New Tab 8-bit?
Crypto New Tab 8-bit är en Chrome-tillägg utvecklad av cryptonewtab, och dess huvudfunktion är "New tab page in 8 bit for crypto enthusiasts".
Tilläggsskärmbilder
Ladda ner Crypto New Tab 8-bit-förlängningens CRX-fil
Ladda ner Crypto New Tab 8-bit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Crypto New Tab 8-bit |
ID | kgcdejafchphklflmceebojaakndnijl |
Officiell webbadress | https://chromewebstore.google.com/detail/crypto-new-tab-8-bit/kgcdejafchphklflmceebojaakndnijl |
Beskrivning | New tab page in 8 bit for crypto enthusiasts |
Filstorlek | 222 KB |
Antal Installationer | 49 |
Aktuell Version | 0.0.0.1 |
Senast Uppdaterad | 2022-10-11 |
Publiceringsdatum | 2022-07-05 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | cryptonewtab |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |