Stellar Lumens Hoje
Veja a cotação do Stellar Lumens através do DolarHoje.com/stellar-lumens-hoje
Vad är Stellar Lumens Hoje?
Stellar Lumens Hoje är en Chrome-tillägg utvecklad av https://dolarhoje.com, och dess huvudfunktion är "Veja a cotação do Stellar Lumens através do DolarHoje.com/stellar-lumens-hoje".
Tilläggsskärmbilder
Ladda ner Stellar Lumens Hoje-förlängningens CRX-fil
Ladda ner Stellar Lumens Hoje-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
A aplicação do DolarHoje.com/stellar-lumens-hoje serve para calcular a cotação do Stellar Lumen em relação ao real sem a necessidade de uma calculadora externa ou folhas de papel. :) Grundläggande Information om Tillägg
| Namn | |
| ID | cnbjklmeoieopdhnkabdfhnklgfgjina |
| Officiell webbadress | https://chromewebstore.google.com/detail/stellar-lumens-hoje/cnbjklmeoieopdhnkabdfhnklgfgjina |
| Beskrivning | Veja a cotação do Stellar Lumens através do DolarHoje.com/stellar-lumens-hoje |
| Filstorlek | 17.45 KB |
| Antal Installationer | 82 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2021-02-28 |
| Publiceringsdatum | 2018-05-21 |
| Betyg | 4.00/5 Totalt 2 Betyg |
| Utvecklare | https://dolarhoje.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://dolarhoje.com/stellar-lumens-hoje/ |
| Stödda Språk | pt-BR |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Stellar Lumens Hoje",
"description": "Veja a cota\u00e7\u00e3o do Stellar Lumens atrav\u00e9s do DolarHoje.com\/stellar-lumens-hoje",
"version": "0.0.2",
"background": {
"page": "app.html"
},
"browser_action": {
"default_icon": "logo.png",
"default_title": "Stellar Lumens Hoje"
},
"icons": {
"128": "logo.png"
},
"permissions": [
"http:\/\/dolarhoje.com\/",
"https:\/\/dolarhoje.com\/"
],
"omnibox": {
"keyword": "stellarlumenshoje"
},
"content_scripts": [
{
"matches": [
"http:\/\/dolarhoje.com\/stellar-lumens-hoje\/",
"https:\/\/dolarhoje.com\/stellar-lumens-hoje\/"
],
"js": [
"has_extension.js"
]
}
]
} | |