Iota Hoje
Veja a cotação do Iota através do DolarHoje.com/iota
What is Iota Hoje?
Iota Hoje is a Chrome extension developed by https://dolarhoje.com, and its main feature is "Veja a cotação do Iota através do DolarHoje.com/iota".
Extension Screenshots
Download Iota Hoje Extension CRX File
Download Iota Hoje extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. :)
Extension Basic Information
Name | Iota Hoje |
ID | hhkgpofjcjancggnjfibbainonhfablg |
Official URL | https://chromewebstore.google.com/detail/iota-hoje/hhkgpofjcjancggnjfibbainonhfablg |
Description | Veja a cotação do Iota através do DolarHoje.com/iota |
File Size | 10.14 KB |
Installation Count | 233 |
Current Version | 0.0.2 |
Last Updated | 2021-02-28 |
Publish Date | 2018-05-21 |
Rating | 4.00/5 Total 3 Ratings |
Developer | https://dolarhoje.com |
[email protected] | |
Payment Type | free |
Extension Website | https://dolarhoje.com/ |
Supported Languages | 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" ] } ] } |