Crypto Fear & Greed Index
Show Fear & Greed Index directly on Chrome toolbar
Crypto Fear & Greed Indexとは何ですか?
Crypto Fear & Greed IndexはEduar Cardonaによって開発されたChromeの拡張機能で、その主な機能は「Show Fear & Greed Index directly on Chrome toolbar」です。
拡張機能のスクリーンショット
Crypto Fear & Greed Index拡張機能のCRXファイルをダウンロード
Crypto Fear & Greed Index拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Crypto Fear & Greed Index is a browser extension for Chrome and derivate browsers, that shows the latest Crypto Fear & Greed Index, taken directly from alternative.to using its API. 拡張機能の基本情報
| 名前 | |
| ID | ecfmadhigjlfmhihkkohkkiadcljpeep |
| 公式URL | https://chromewebstore.google.com/detail/crypto-fear-greed-index/ecfmadhigjlfmhihkkohkkiadcljpeep |
| 説明 | Show Fear & Greed Index directly on Chrome toolbar |
| ファイルサイズ | 34.28 KB |
| インストール数 | 1,267 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2021-08-16 |
| 公開日 | 2021-08-15 |
| 評価 | 3.50/5 合計 2 レビュー |
| 開発者 | Eduar Cardona |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://gitlab.com/eduararley/cryptoFearGreed |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Crypto Fear & Greed Index",
"description": "Show Fear & Greed Index directly on Chrome toolbar",
"version": "0.1",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
},
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"alarms"
]
} | |