CoinMarketCap Tracker

Check cryptocurrencies' prices, changes on your browser immediately..

O que é CoinMarketCap Tracker?

CoinMarketCap Tracker é uma extensão do Chrome desenvolvida por Kessawy, e sua principal característica é "Check cryptocurrencies' prices, changes on your browser immediately..".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CoinMarketCap Tracker

Baixe arquivos de extensão CoinMarketCap Tracker 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

                        This Price Ticker can display over 1500 cryptocurrencies and global infos of the crypto market. 
With the constant rise of all cryptocurrencies in the world and their predestined future, it's time to keep an eye on the whole market cap. 
Watch prices and variations of a cryptocurrency with this light but useful chrome extension.

Current Version: 3.0.1

The icon can display at a glance:
- Global Market Cap
- Bitcoin, Ehtereum price but also all others coins, listed by CoinMarketCap!!
- Available in all currencies and languages!                    

Informações Básicas da Extensão

Nome CoinMarketCap Tracker CoinMarketCap Tracker
ID jjfppgljnjgmkkbpkpbdbbdaleihgfnh
URL Oficial https://chromewebstore.google.com/detail/coinmarketcap-tracker/jjfppgljnjgmkkbpkpbdbbdaleihgfnh
Descrição Check cryptocurrencies' prices, changes on your browser immediately..
Tamanho do Arquivo 395 KB
Contagem de Instalações 277
Versão Atual 3.0
Última Atualização 2023-12-23
Data de Publicação 2018-05-06
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor Kessawy
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoinMarketCap Tracker",
    "version": "3.0",
    "manifest_version": 3,
    "description": "Check cryptocurrencies' prices, changes on your browser immediately..",
    "background": {
        "service_worker": "js\/script.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_popup_tab_title": "CoinMarketCap Tracker"
    },
    "icons": {
        "16": "img\/Bitcoin-icon.png",
        "48": "img\/Bitcoin-icon.png",
        "128": "img\/Bitcoin-icon.png"
    }
}