Iota Hoje

Veja a cotação do Iota através do DolarHoje.com/iota

Qu'est-ce que Iota Hoje ?

Iota Hoje est une extension Chrome développée par https://dolarhoje.com, et sa fonction principale est "Veja a cotação do Iota através do DolarHoje.com/iota".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Iota Hoje

Téléchargez les fichiers d'extension Iota Hoje au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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. :)                    

Informations de Base sur l'Extension

Nom Iota Hoje Iota Hoje
ID hhkgpofjcjancggnjfibbainonhfablg
URL Officiel https://chromewebstore.google.com/detail/iota-hoje/hhkgpofjcjancggnjfibbainonhfablg
Description Veja a cotação do Iota através do DolarHoje.com/iota
Taille du Fichier 10.14 KB
Nombre d'Installations 233
Version Actuelle 0.0.2
Dernière Mise à Jour 2021-02-28
Date de Publication 2018-05-21
Évaluation 4.00/5 Total 3 Évaluations
Développeur https://dolarhoje.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dolarhoje.com/
Langues Prises en Charge 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"
            ]
        }
    ]
}