Iota Hoje
Veja a cotação do Iota através do DolarHoje.com/iota
Wat is Iota Hoje?
Iota Hoje is een Chrome-extensie ontwikkeld door https://dolarhoje.com, en de belangrijkste functie is "Veja a cotação do Iota através do DolarHoje.com/iota".
Extensie Screenshots
Download het CRX-bestand van de extensie Iota Hoje
Download Iota Hoje-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. :)
Basisinformatie over de Extensie
Naam | Iota Hoje |
ID | hhkgpofjcjancggnjfibbainonhfablg |
Officiële URL | https://chromewebstore.google.com/detail/iota-hoje/hhkgpofjcjancggnjfibbainonhfablg |
Beschrijving | Veja a cotação do Iota através do DolarHoje.com/iota |
Bestandsgrootte | 10.14 KB |
Aantal Installaties | 233 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2021-02-28 |
Publicatiedatum | 2018-05-21 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://dolarhoje.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://dolarhoje.com/ |
Ondersteunde Talen | 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" ] } ] } |