Crypto New Tab 8-bit
New tab page in 8 bit for crypto enthusiasts
Qu'est-ce que Crypto New Tab 8-bit ?
Crypto New Tab 8-bit est une extension Chrome développée par cryptonewtab, et sa fonction principale est "New tab page in 8 bit for crypto enthusiasts".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crypto New Tab 8-bit
Téléchargez les fichiers d'extension Crypto New Tab 8-bit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Crypto New Tab 8-bit |
ID | kgcdejafchphklflmceebojaakndnijl |
URL Officiel | https://chromewebstore.google.com/detail/crypto-new-tab-8-bit/kgcdejafchphklflmceebojaakndnijl |
Description | New tab page in 8 bit for crypto enthusiasts |
Taille du Fichier | 222 KB |
Nombre d'Installations | 49 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2022-10-11 |
Date de Publication | 2022-07-05 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | cryptonewtab |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |