Super Simple BTC Tracker
This simple BTC tracker shows current buy/sell prices for Coinbase.
Wat is Super Simple BTC Tracker?
Super Simple BTC Tracker is een Chrome-extensie ontwikkeld door tennisplayer12, en de belangrijkste functie is "This simple BTC tracker shows current buy/sell prices for Coinbase.".
Extensie Screenshots
Download het CRX-bestand van de extensie Super Simple BTC Tracker
Download Super Simple BTC Tracker-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
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.
Basisinformatie over de Extensie
Naam | |
ID | pnclijidmkgebgjmjmoefiegfeimmkhl |
Officiële URL | https://chrome.google.com/webstore/detail/super-simple-btc-tracker/pnclijidmkgebgjmjmoefiegfeimmkhl |
Beschrijving | This simple BTC tracker shows current buy/sell prices for Coinbase. |
Bestandsgrootte | 41.36 KB |
Aantal Installaties | 56 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-01-06 |
Publicatiedatum | 2018-01-06 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | tennisplayer12 |
Betalingswijze | free |
Ondersteunde Talen | 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" } |