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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leolin และคุณลักษณะหลักของมันคือ "New tab for cryptocurrency news, prices & exchanges announcements."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TOKEN LIVE: New Tab for Cryptocurrency

ดาวน์โหลดไฟล์ส่วนขยาย TOKEN LIVE: New Tab for Cryptocurrency ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}