Bitpay Ticker
Keep track of current bitcoin prices using Bitpay API
O que é Bitpay Ticker?
Bitpay Ticker é uma extensão do Chrome desenvolvida por jfreak53, e sua principal característica é "Keep track of current bitcoin prices using Bitpay API".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bitpay Ticker
Baixe arquivos de extensão Bitpay Ticker 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
This tiny Ticker is based off of the original MtGox ticker. This new Ticker uses the current exchange price at Bitpay to show USD current exchange rate. Informações Básicas da Extensão
| Nome | |
| ID | ahobmphfbngpaabamkhikfleaaaalpcn |
| URL Oficial | https://chrome.google.com/webstore/detail/bitpay-ticker/ahobmphfbngpaabamkhikfleaaaalpcn |
| Descrição | Keep track of current bitcoin prices using Bitpay API |
| Tamanho do Arquivo | 38.87 KB |
| Contagem de Instalações | 23 |
| Versão Atual | 0.2 |
| Última Atualização | 2015-03-12 |
| Data de Publicação | 2015-03-12 |
| Classificação | 5.00/5 Total de 2 Avaliações |
| Desenvolvedor | jfreak53 |
| Tipo de Pagamento | free |
| Idiomas Suportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"background": {
"persistent": true,
"page": "bg.html"
},
"browser_action": {
"default_icon": "bcicon.png",
"default_title": "Bitpay Ticker",
"default_popup": "popup.html"
},
"description": "Keep track of current bitcoin prices using Bitpay API",
"name": "Bitpay Ticker",
"permissions": [
"https:\/\/bitpay.com\/*"
],
"version": "0.2",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |