Decred Hoje
Veja a cotação do Decred através do DolarHoje.com/decred
What is Decred Hoje?
Decred Hoje is a Chrome extension developed by https://dolarhoje.com, and its main feature is "Veja a cotação do Decred através do DolarHoje.com/decred".
Extension Screenshots
Download Decred Hoje Extension CRX File
Download Decred 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/decred/ serve para calcular a cotação do Decred em relação ao real sem a necessidade de uma calculadora externa ou folhas de papel. :)
Extension Basic Information
Name | Decred Hoje |
ID | ajfjpijfbjaodnbdkecobgkndccpcbmb |
Official URL | https://chromewebstore.google.com/detail/decred-hoje/ajfjpijfbjaodnbdkecobgkndccpcbmb |
Description | Veja a cotação do Decred através do DolarHoje.com/decred |
File Size | 11.08 KB |
Installation Count | 30 |
Current Version | 0.0.2 |
Last Updated | 2021-02-28 |
Publish Date | 2018-05-21 |
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": "Decred Hoje", "description": "Veja a cota\u00e7\u00e3o do Decred atrav\u00e9s do DolarHoje.com\/decred", "version": "0.0.2", "background": { "page": "app.html" }, "browser_action": { "default_icon": "logo.png", "default_title": "Decred Hoje" }, "icons": { "128": "logo.png" }, "permissions": [ "http:\/\/DolarHoje.com\/", "https:\/\/DolarHoje.com\/" ], "omnibox": { "keyword": "decredhoje" }, "content_scripts": [ { "matches": [ "http:\/\/dolarhoje.com\/decred\/", "https:\/\/dolarhoje.com\/decred\/" ], "js": [ "has_extension.js" ] } ] } |