Lisk To The Moon
Lisk going to the moon indicator.
Vad är Lisk To The Moon?
Lisk To The Moon är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Lisk going to the moon indicator.".
Tilläggsskärmbilder
Ladda ner Lisk To The Moon-förlängningens CRX-fil
Ladda ner Lisk To The Moon-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
Small addon that shows latest data about our bellowed LISK
Icon will glow red if in last hour LISK drop 1% in price otherwise will shine green.
After click on icon popup will show you:
- Rank (Market cap compare to other crypto-currencies)
- Price in USD
- Price in BTC
- Value percent change 1h
- Value percent change 24h
- Value percent change 7d
- Market cap in USD
+ shortcut to LISK twitter and Reddit Grundläggande Information om Tillägg
| Namn | |
| ID | dbpaabddcninimgpkifpingoidmbfoeh |
| Officiell webbadress | https://chromewebstore.google.com/detail/lisk-to-the-moon/dbpaabddcninimgpkifpingoidmbfoeh |
| Beskrivning | Lisk going to the moon indicator. |
| Filstorlek | 139 KB |
| Antal Installationer | 14 |
| Aktuell Version | 0.1.1 |
| Senast Uppdaterad | 2017-09-07 |
| Publiceringsdatum | 2017-09-06 |
| Betyg | 4.50/5 Totalt 4 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Lisk To The Moon",
"description": "Lisk going to the moon indicator.",
"version": "0.1.1",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "lisk.png",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self'; 'https:\/\/files.coinmarketcap.com\/static\/widget\/currency.js';unsafe-inline; object-src 'self'"
} | |