Token Ticker

Scrolling Cryptocurrency Price Banner

O que é Token Ticker?

Token Ticker é uma extensão do Chrome desenvolvida por Token Ticker, e sua principal característica é "Scrolling Cryptocurrency Price Banner".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Token Ticker

Baixe arquivos de extensão Token Ticker 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

                        Token Ticker is a low-profile crypto price banner that sticks to top of your browser so you can keep an eye on your assets on any and every site. 

The look, speed, and size of the banner is customizable. It can be quickly and easily hidden or shown with the click of a button.

Choose to show the top 25, 50, or 100 coins by market capitalization. Compare values and convert prices with 35+ base currency pairs; including:

USD, BTC, ETH, XRP, LTC, BCH, AUD, BRL, CAD, CHF, CLP, CNY, CZK, DKK, EUR, GBP, HKD, HUF, IDR, ILS, INR, JPY, KRW, MXN, MYR, NOK, NZD, PHP, PKR, PLN, RUB, SEK, SGD, THB, TRY, TWD, and ZAR


----
Privacy Policy:

https://docs.google.com/document/d/1VJ8wY9u5-IYbOKoB7CowgqmXJYKbY1TjdPLz_98_xSc/edit?usp=sharing
----

This app is still in its early development. Features are routinely added. If you have any suggestions or feedback, please contact [email protected]                    

Informações Básicas da Extensão

Nome Token Ticker Token Ticker
ID ijmgacamieiehocffppbdjebbmkmbajf
URL Oficial https://chromewebstore.google.com/detail/token-ticker/ijmgacamieiehocffppbdjebbmkmbajf
Descrição Scrolling Cryptocurrency Price Banner
Tamanho do Arquivo 62.91 KB
Contagem de Instalações 52
Versão Atual 1.2.1
Última Atualização 2019-04-06
Data de Publicação 2019-04-06
Classificação 3.75/5 Total de 8 Avaliações
Desenvolvedor Token Ticker
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/1VJ8wY9u5-IYbOKoB7CowgqmXJYKbY1TjdPLz_98_xSc/edit?usp=sharing
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "tt-style.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "jquery.marquee.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "description": "Scrolling Cryptocurrency Price Banner",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "Token Ticker",
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "version": "1.2.1"
}