Cryptotab

CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial

Was ist Cryptotab?

Cryptotab ist eine Chrome-Erweiterung, die von Vladyslav Khrystych entwickelt wurde, und ihr Hauptmerkmal ist "CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Cryptotab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cryptotab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        With CryptoTab extension you can access your most-used websites very fast and also see latest top-8 cryptocurrencies rates on top.

You can easily change saved website links and using search powered by Google.

On the "Crypto shortcuts" tab you'll find most popular resources related to the world of cryptocurrencies.                    

Grundlegende Informationen zur Erweiterung

Name Cryptotab Cryptotab
ID ediflhgcaolkgmfjnhjdkdncidfpobge
Offizielle URL https://chromewebstore.google.com/detail/cryptotab/ediflhgcaolkgmfjnhjdkdncidfpobge
Beschreibung CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial
Dateigröße 262 KB
Installationsanzahl 52
Aktuelle Version 0.0.0.1
Letztes Update 2021-10-07
Veröffentlichungsdatum 2021-10-06
Entwickler Vladyslav Khrystych
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://vkhrystych.github.io/cryptotab-website/privacy-policy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cryptotab",
    "description": "CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "permissions": [
        "topSites",
        "chrome:\/\/favicon\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}