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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |