Token Ticker

Scrolling Cryptocurrency Price Banner

Qu'est-ce que Token Ticker ?

Token Ticker est une extension Chrome développée par Token Ticker, et sa fonction principale est "Scrolling Cryptocurrency Price Banner".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Token Ticker

Téléchargez les fichiers d'extension Token Ticker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Token Ticker Token Ticker
ID ijmgacamieiehocffppbdjebbmkmbajf
URL Officiel https://chromewebstore.google.com/detail/token-ticker/ijmgacamieiehocffppbdjebbmkmbajf
Description Scrolling Cryptocurrency Price Banner
Taille du Fichier 62.91 KB
Nombre d'Installations 52
Version Actuelle 1.2.1
Dernière Mise à Jour 2019-04-06
Date de Publication 2019-04-06
Évaluation 3.75/5 Total 8 Évaluations
Développeur Token Ticker
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1VJ8wY9u5-IYbOKoB7CowgqmXJYKbY1TjdPLz_98_xSc/edit?usp=sharing
Langues Prises en Charge 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"
}