TOKEN LIVE: New Tab for Cryptocurrency

New tab for cryptocurrency news, prices & exchanges announcements.

TOKEN LIVE: New Tab for Cryptocurrency란 무엇입니까?

TOKEN LIVE: New Tab for Cryptocurrency은(는) leolin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New tab for cryptocurrency news, prices & exchanges announcements."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

TOKEN LIVE: New Tab for Cryptocurrency 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        TOKEN LIVE: New tab for cryptocurrency news, prices & exchanges announcements.

There are four modules:

1. Quick Search: Search what you want!
2. Announcements: The most important thing is here!
3. News: Important news not to miss!
4. Markets: Seize every opportunity to make a profit!

If you have any question, just contact the developer.                    

확장 프로그램 기본 정보

이름 TOKEN LIVE: New Tab for Cryptocurrency TOKEN LIVE: New Tab for Cryptocurrency
ID alebbmfpajpcdlfhhaahlmeeomfnpkai
공식 URL https://chromewebstore.google.com/detail/token-live-new-tab-for-cr/alebbmfpajpcdlfhhaahlmeeomfnpkai
설명 New tab for cryptocurrency news, prices & exchanges announcements.
파일 크기 974 KB
설치 횟수 92
현재 버전 0.3.9
최근 업데이트 2021-03-16
출시 날짜 2019-11-11
평점 5.00/5 총 2 개의 평점
개발자 leolin
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "TOKEN LIVE",
    "version": "0.3.9",
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "16": "icon\/16x16.png",
        "48": "icon\/48x48.png",
        "128": "icon\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon\/16x16.png",
            "48": "icon\/48x48.png",
            "128": "icon\/128x128.png"
        },
        "default_title": "__MSG_defaultTitle__"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com\/; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "offline_enabled": false,
    "homepage_url": "https:\/\/www.tokenlive.com\/",
    "permissions": [
        "storage"
    ]
}