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.
擴展基本資訊
名稱 | Crypto Fear & Greed Index |
ID | ecfmadhigjlfmhihkkohkkiadcljpeep |
官方網址 | 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 |
電子郵箱 | [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" ] } |