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.”。
擴展截圖
下載TOKEN LIVE: New Tab for Cryptocurrency擴展crx文件
下載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 |
ID | alebbmfpajpcdlfhhaahlmeeomfnpkai |
官方網址 | 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" ] } |