Token Ticker

Scrolling Cryptocurrency Price Banner

Apa itu Token Ticker?

Token Ticker adalah ekstensi Chrome yang dikembangkan oleh Token Ticker, dan fitur utamanya adalah "Scrolling Cryptocurrency Price Banner".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Token Ticker

Unduh file ekstensi Token Ticker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama Token Ticker Token Ticker
ID ijmgacamieiehocffppbdjebbmkmbajf
URL Resmi https://chromewebstore.google.com/detail/token-ticker/ijmgacamieiehocffppbdjebbmkmbajf
Deskripsi Scrolling Cryptocurrency Price Banner
Ukuran File 62.91 KB
Jumlah Instalasi 52
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2019-04-06
Tanggal Publikasi 2019-04-06
Penilaian 3.75/5 Total 8 Penilaian
Pengembang Token Ticker
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/1VJ8wY9u5-IYbOKoB7CowgqmXJYKbY1TjdPLz_98_xSc/edit?usp=sharing
Bahasa yang Didukung 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"
}