Token Ticker

Scrolling Cryptocurrency Price Banner

Token Ticker란 무엇입니까?

Token Ticker은(는) Token Ticker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scrolling Cryptocurrency Price Banner"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Token Ticker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 URL 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"
}