Crypto Tab
Replace the New Tab page with Bitcoin price chart
Qu'est-ce que Crypto Tab ?
Crypto Tab est une extension Chrome développée par Dev Labs, et sa fonction principale est "Replace the New Tab page with Bitcoin price chart".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crypto Tab
Téléchargez les fichiers d'extension Crypto Tab 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
New Tab replacement page that instantly gives you information about the Bitcoin price. Choose a period (hour, day, week, year) and be always up to date with the Bitcoin volatility index.
Informations de Base sur l'Extension
Nom | Crypto Tab |
ID | hmbkmkdhhlgemdgeefnhfaffdpddohpa |
URL Officiel | https://chromewebstore.google.com/detail/crypto-tab/hmbkmkdhhlgemdgeefnhfaffdpddohpa |
Description | Replace the New Tab page with Bitcoin price chart |
Taille du Fichier | 109 KB |
Nombre d'Installations | 8,740 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2018-01-18 |
Date de Publication | 2018-01-18 |
Évaluation | 4.60/5 Total 134 Évaluations |
Développeur | Dev Labs |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://crypto-tab.com |
URL de la Page d'Aide | https://github.com/superKalo/crypto-tab |
URL de la Page de Politique de Confidentialité | https://privacy.devlabs.bg |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto Tab", "description": "Replace the New Tab page with Bitcoin price chart", "version": "1.0.4", "icons": { "16": "icons\/[email protected]", "48": "icons\/[email protected]", "128": "icons\/[email protected]" }, "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "permissions": [ "https:\/\/bitcoin-price-api.devlabs-projects.info\/**\/*", "https:\/\/api.crypto-tab.com\/**\/*", "storage" ] } |