Bitpay Ticker
Keep track of current bitcoin prices using Bitpay API
Wat is Bitpay Ticker?
Bitpay Ticker is een Chrome-extensie ontwikkeld door jfreak53, en de belangrijkste functie is "Keep track of current bitcoin prices using Bitpay API".
Extensie Screenshots
Download het CRX-bestand van de extensie Bitpay Ticker
Download Bitpay Ticker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ahobmphfbngpaabamkhikfleaaaalpcn |
Officiële URL | https://chrome.google.com/webstore/detail/bitpay-ticker/ahobmphfbngpaabamkhikfleaaaalpcn |
Beschrijving | Keep track of current bitcoin prices using Bitpay API |
Bestandsgrootte | 38.87 KB |
Aantal Installaties | 23 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2015-03-12 |
Publicatiedatum | 2015-03-12 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | jfreak53 |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |