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 |
官方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 |
电子邮箱 | [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" ] } |