Stellar Lumens (XLM) Price Tracker
Display the price of Stellar Lumens right in your browser.
Vad är Stellar Lumens (XLM) Price Tracker?
Stellar Lumens (XLM) Price Tracker är en Chrome-tillägg utvecklad av Chinedu Enwere, och dess huvudfunktion är "Display the price of Stellar Lumens right in your browser.".
Tilläggsskärmbilder
Ladda ner Stellar Lumens (XLM) Price Tracker-förlängningens CRX-fil
Ladda ner Stellar Lumens (XLM) Price Tracker-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
1.4.1
- Updated options page
1.4
- Bug fixes.
- more settings
Want to support my work?
XLM: GBATAFP3JBIFGIGID7Z244B3SOXK2JVGO4VSADQB7K5TZ7MT5OVG4UEW
Want more features? Suggest them here: https://forms.gle/joSg3bfazsoZzbFd9 Grundläggande Information om Tillägg
| Namn | |
| ID | pbffeaoofdbbccdcohlgedpihhehdmhp |
| Officiell webbadress | https://chromewebstore.google.com/detail/stellar-lumens-xlm-price/pbffeaoofdbbccdcohlgedpihhehdmhp |
| Beskrivning | Display the price of Stellar Lumens right in your browser. |
| Filstorlek | 533 KB |
| Antal Installationer | 42 |
| Aktuell Version | 1.4.1 |
| Senast Uppdaterad | 2019-04-14 |
| Publiceringsdatum | 2019-04-14 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Chinedu Enwere |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Stellar Lumens (XLM) Price Tracker",
"version": "1.4.1",
"manifest_version": 2,
"description": "Display the price of Stellar Lumens right in your browser.",
"content_security_policy": "script-src 'self' https:\/\/s3.tradingview.com\/tv.js; object-src 'self'",
"options_page": "options.html",
"browser_action": {
"default_title": "Stellar Lumens Price Tracker",
"default_popup": "popup.html",
"default_icon": "newstellarlogo.png"
},
"background": {
"scripts": [
"price.js",
"datasrc.js",
"widget.js",
"pricenotif.js"
],
"persistent": true
},
"permissions": [
"notifications",
"storage"
]
} | |