Crypto Tab

Replace the New Tab page with Bitcoin price chart

Wat is Crypto Tab?

Crypto Tab is een Chrome-extensie ontwikkeld door Dev Labs, en de belangrijkste functie is "Replace the New Tab page with Bitcoin price chart".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Crypto Tab

Download Crypto Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Crypto Tab Crypto Tab
ID hmbkmkdhhlgemdgeefnhfaffdpddohpa
Officiële URL https://chromewebstore.google.com/detail/crypto-tab/hmbkmkdhhlgemdgeefnhfaffdpddohpa
Beschrijving Replace the New Tab page with Bitcoin price chart
Bestandsgrootte 109 KB
Aantal Installaties 8,740
Huidige Versie 1.0.4
Laatst Bijgewerkt 2018-01-18
Publicatiedatum 2018-01-18
Beoordeling 4.60/5 Totaal 134 Beoordelingen
Ontwikkelaar Dev Labs
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://crypto-tab.com
Help Pagina-URL https://github.com/superKalo/crypto-tab
URL van de Privacybeleid Pagina https://privacy.devlabs.bg
Ondersteunde Talen 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"
    ]
}