Token Ticker

Scrolling Cryptocurrency Price Banner

ما هو Token Ticker؟

Token Ticker هو إضافة Chrome تم تطويرها بواسطة Token Ticker، والميزة الرئيسية لها هي "Scrolling Cryptocurrency Price Banner".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Token Ticker

قم بتنزيل ملفات الامتداد Token Ticker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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]                    

معلومات أساسية عن التمديد

الاسم Token Ticker Token Ticker
ID ijmgacamieiehocffppbdjebbmkmbajf
عنوان URL الرسمي https://chromewebstore.google.com/detail/token-ticker/ijmgacamieiehocffppbdjebbmkmbajf
الوصف Scrolling Cryptocurrency Price Banner
حجم الملف 62.91 KB
عدد التثبيتات 52
النسخة الحالية 1.2.1
آخر تحديث 2019-04-06
تاريخ النشر 2019-04-06
تقييم 3.75/5 مجموع تقييمات 8
المطور Token Ticker
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/1VJ8wY9u5-IYbOKoB7CowgqmXJYKbY1TjdPLz_98_xSc/edit?usp=sharing
اللغات المدعومة 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"
}