TOKEN LIVE: New Tab for Cryptocurrency
New tab for cryptocurrency news, prices & exchanges announcements.
TOKEN LIVE: New Tab for Cryptocurrency là gì?
TOKEN LIVE: New Tab for Cryptocurrency là một tiện ích mở rộng Chrome được phát triển bởi leolin, và tính năng chính của nó là "New tab for cryptocurrency news, prices & exchanges announcements.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TOKEN LIVE: New Tab for Cryptocurrency
Tải xuống các tệp mở rộng TOKEN LIVE: New Tab for Cryptocurrency dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TOKEN LIVE: New Tab for Cryptocurrency |
ID | alebbmfpajpcdlfhhaahlmeeomfnpkai |
URL Chính Thức | https://chromewebstore.google.com/detail/token-live-new-tab-for-cr/alebbmfpajpcdlfhhaahlmeeomfnpkai |
Mô tả | New tab for cryptocurrency news, prices & exchanges announcements. |
Kích Thước Tệp | 974 KB |
Số Lần Cài Đặt | 92 |
Phiên Bản Hiện Tại | 0.3.9 |
Cập Nhật Lần Cuối | 2021-03-16 |
Ngày Phát Hành | 2019-11-11 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | leolin |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |