Iota Hoje
Veja a cotação do Iota através do DolarHoje.com/iota
Was ist Iota Hoje?
Iota Hoje ist eine Chrome-Erweiterung, die von https://dolarhoje.com entwickelt wurde, und ihr Hauptmerkmal ist "Veja a cotação do Iota através do DolarHoje.com/iota".
Erweiterungsscreenshots
Iota Hoje-Erweiterungs-CRX-Datei herunterladen
Laden Sie Iota Hoje-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A aplicação do DolarHoje.com/iota/ serve para calcular a cotação da IOTA em relação ao real sem a necessidade de uma calculadora externa ou folhas de papel. :)
Grundlegende Informationen zur Erweiterung
Name | Iota Hoje |
ID | hhkgpofjcjancggnjfibbainonhfablg |
Offizielle URL | https://chromewebstore.google.com/detail/iota-hoje/hhkgpofjcjancggnjfibbainonhfablg |
Beschreibung | Veja a cotação do Iota através do DolarHoje.com/iota |
Dateigröße | 10.14 KB |
Installationsanzahl | 233 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2021-02-28 |
Veröffentlichungsdatum | 2018-05-21 |
Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://dolarhoje.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://dolarhoje.com/ |
Unterstützte Sprachen | pt-BR |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Iota Hoje", "description": "Veja a cota\u00e7\u00e3o do Iota atrav\u00e9s do DolarHoje.com\/iota", "version": "0.0.2", "background": { "page": "app.html" }, "browser_action": { "default_icon": "logo.png", "default_title": "Iota Hoje" }, "icons": { "128": "logo.png" }, "permissions": [ "http:\/\/DolarHoje.com\/", "https:\/\/DolarHoje.com\/" ], "omnibox": { "keyword": "iotahoje" }, "content_scripts": [ { "matches": [ "http:\/\/dolarhoje.com\/iota\/", "https:\/\/dolarhoje.com\/iota\/" ], "js": [ "has_extension.js" ] } ] } |