Super Simple BTC Tracker
This simple BTC tracker shows current buy/sell prices for Coinbase.
What is Super Simple BTC Tracker?
Super Simple BTC Tracker is a Chrome extension developed by tennisplayer12, and its main feature is "This simple BTC tracker shows current buy/sell prices for Coinbase.".
Extension Screenshots
Download Super Simple BTC Tracker Extension CRX File
Download Super Simple BTC Tracker 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 simple Bitcoin price tracker. Pulls current prices from Coinbase and displays in both an on-demand popup as well as a live price on the icon itself.
Extension Basic Information
Name | |
ID | pnclijidmkgebgjmjmoefiegfeimmkhl |
Official URL | https://chrome.google.com/webstore/detail/super-simple-btc-tracker/pnclijidmkgebgjmjmoefiegfeimmkhl |
Description | This simple BTC tracker shows current buy/sell prices for Coinbase. |
File Size | 41.36 KB |
Installation Count | 56 |
Current Version | 1.1 |
Last Updated | 2018-01-06 |
Publish Date | 2018-01-06 |
Rating | 5.00/5 Total 2 Ratings |
Developer | tennisplayer12 |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "This simple BTC tracker shows current buy\/sell prices for Coinbase.", "icons": { "128": "icon.png", "32": "icon.png", "48": "icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtRGH77FXKTIPsD10YGIwMelv2xRXNFtoj3VSH3AAypEq6O08Iv1onkQNkAT3EcTNNVXpO\/HmBoRbQhGo4uKo+z\/kZIomH1GdyANL5FQdTrjXVYrMpj6dSBTYk48IspllcEC1r9JnP5Tz\/9rXZ7Fl3tTa1L23JBOhnHWTvEdrxRFScWORHmyMBWWXAIROKrKlLflC0LAEWZp9opgVcS4zUfasDYx6gaSVCkJs\/8RExSeRbiu6FaBwyptxh5078RSUEbcaEtQg7xS\/o0dSAibyxOT8bAaiSQi83D48A8ukEyoGGT7mtW+BDlhmVKIMjoM2jg7mECIO+d+GDkqfTXlo2wIDAQAB", "manifest_version": 2, "name": "Super Simple BTC Tracker", "permissions": [ "https:\/\/coinbase.com\/api\/v1\/prices\/" ], "short_name": "SSBTC", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |