Crypto Tab
Replace the New Tab page with Bitcoin price chart
Cos'è Crypto Tab?
Crypto Tab è un'estensione di Chrome sviluppata da Dev Labs, e la sua funzione principale è "Replace the New Tab page with Bitcoin price chart".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Crypto Tab
Scarica i file di estensione Crypto Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hmbkmkdhhlgemdgeefnhfaffdpddohpa |
| URL Ufficiale | https://chromewebstore.google.com/detail/crypto-tab/hmbkmkdhhlgemdgeefnhfaffdpddohpa |
| Descrizione | Replace the New Tab page with Bitcoin price chart |
| Dimensione del File | 109 KB |
| Conteggio Installazioni | 8,740 |
| Versione Corrente | 1.0.4 |
| Ultimo Aggiornamento | 2018-01-18 |
| Data di Pubblicazione | 2018-01-18 |
| Valutazione | 4.60/5 Totale 134 Valutazioni |
| Sviluppatore | Dev Labs |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://crypto-tab.com |
| URL della Pagina di Aiuto | https://github.com/superKalo/crypto-tab |
| URL della Pagina della Politica sulla Privacy | https://privacy.devlabs.bg |
| Lingue Supportate | 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"
]
} | |