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