Cryptotab
CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial
O que é Cryptotab?
Cryptotab é uma extensão do Chrome desenvolvida por Vladyslav Khrystych, e sua principal característica é "CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cryptotab
Baixe arquivos de extensão Cryptotab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ediflhgcaolkgmfjnhjdkdncidfpobge |
URL Oficial | https://chromewebstore.google.com/detail/cryptotab/ediflhgcaolkgmfjnhjdkdncidfpobge |
Descrição | CryptoTab is extension for getting all latest cryptocurrency rates and with bookmarks speed dial |
Tamanho do Arquivo | 262 KB |
Contagem de Instalações | 52 |
Versão Atual | 0.0.0.1 |
Última Atualização | 2021-10-07 |
Data de Publicação | 2021-10-06 |
Desenvolvedor | Vladyslav Khrystych |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://vkhrystych.github.io/cryptotab-website/privacy-policy.html |
Idiomas Suportados | 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'" } |