Decred Ticket Price $DCR

This extension shows the current Decred Ticker Price

O que é Decred Ticket Price $DCR?

Decred Ticket Price $DCR é uma extensão do Chrome desenvolvida por rafaelcmrj, e sua principal característica é "This extension shows the current Decred Ticker Price".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Decred Ticket Price $DCR

Baixe arquivos de extensão Decred Ticket Price $DCR no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Decred Ticket Price $DCR Decred Ticket Price $DCR
ID jmenfdhmijaomloifmoannhmmolnanhh
URL Oficial https://chromewebstore.google.com/detail/decred-ticket-price-dcr/jmenfdhmijaomloifmoannhmmolnanhh
Descrição This extension shows the current Decred Ticker Price
Tamanho do Arquivo 17.66 KB
Contagem de Instalações 13
Versão Atual 1.0.1
Última Atualização 2017-03-16
Data de Publicação 2017-03-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor rafaelcmrj
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Decred Ticket Price $DCR",
    "description": "This extension shows the current Decred Ticker Price",
    "version": "1.0.1",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}