Bitpay Ticker
Keep track of current bitcoin prices using Bitpay API
What is Bitpay Ticker?
Bitpay Ticker is a Chrome extension developed by jfreak53, and its main feature is "Keep track of current bitcoin prices using Bitpay API".
Extension Screenshots
Download Bitpay Ticker Extension CRX File
Download Bitpay Ticker 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
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.
Extension Basic Information
Name | |
ID | ahobmphfbngpaabamkhikfleaaaalpcn |
Official URL | https://chrome.google.com/webstore/detail/bitpay-ticker/ahobmphfbngpaabamkhikfleaaaalpcn |
Description | Keep track of current bitcoin prices using Bitpay API |
File Size | 38.87 KB |
Installation Count | 23 |
Current Version | 0.2 |
Last Updated | 2015-03-12 |
Publish Date | 2015-03-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | jfreak53 |
Payment Type | free |
Supported Languages | 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'" } |