Crypto Fear & Greed Index
Show Fear & Greed Index directly on Chrome toolbar
Vad är Crypto Fear & Greed Index?
Crypto Fear & Greed Index är en Chrome-tillägg utvecklad av Eduar Cardona, och dess huvudfunktion är "Show Fear & Greed Index directly on Chrome toolbar".
Tilläggsskärmbilder
Ladda ner Crypto Fear & Greed Index-förlängningens CRX-fil
Ladda ner Crypto Fear & Greed Index-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | ecfmadhigjlfmhihkkohkkiadcljpeep |
| Officiell webbadress | https://chromewebstore.google.com/detail/crypto-fear-greed-index/ecfmadhigjlfmhihkkohkkiadcljpeep |
| Beskrivning | Show Fear & Greed Index directly on Chrome toolbar |
| Filstorlek | 34.28 KB |
| Antal Installationer | 1,267 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2021-08-16 |
| Publiceringsdatum | 2021-08-15 |
| Betyg | 3.50/5 Totalt 2 Betyg |
| Utvecklare | Eduar Cardona |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://gitlab.com/eduararley/cryptoFearGreed |
| Stödda Språk | 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"
]
} | |