Cryptotab

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

Co to jest Cryptotab?

Cryptotab to rozszerzenie Chrome opracowane przez Vladyslav Khrystych, a jego główną funkcją jest „CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Cryptotab

Pobierz pliki rozszerzeń Cryptotab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cryptotab Cryptotab
ID ediflhgcaolkgmfjnhjdkdncidfpobge
Oficjalny URL https://chromewebstore.google.com/detail/cryptotab/ediflhgcaolkgmfjnhjdkdncidfpobge
Opis CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial
Rozmiar pliku 262 KB
Liczba instalacji 52
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2021-10-07
Data Publikacji 2021-10-06
Deweloper Vladyslav Khrystych
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://vkhrystych.github.io/cryptotab-website/privacy-policy.html
Obsługiwane Języki 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'"
}