Gametracker
Beautiful, real-time scores.
Cos'è Gametracker?
Gametracker è un'estensione di Chrome sviluppata da Naeem, e la sua funzione principale è "Beautiful, real-time scores.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gametracker
Scarica i file di estensione Gametracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Annoyed with constantly having to open NBA.com to view scores? The Ballfeed app is a simple, lightweight way of viewing scores real-time without having to change tabs -- convenient for checking out/keeping updated with scores while working or browsing other pages. If you find this extension useful, please rate and review so we can add more features to the application. :) Icons made by Elegant Themes(http://www.flaticon.com/authors/elegant-themes) licensed by CC BY 3.0
Informazioni di Base sull'Estensione
Nome | |
ID | lncdjfdkfimicokbdfciamfahpbpfbhj |
URL Ufficiale | https://chrome.google.com/webstore/detail/gametracker/lncdjfdkfimicokbdfciamfahpbpfbhj |
Descrizione | Beautiful, real-time scores. |
Dimensione del File | 639 KB |
Conteggio Installazioni | 296 |
Versione Corrente | 1.4.2 |
Ultimo Aggiornamento | 2015-03-23 |
Data di Pubblicazione | 2015-03-23 |
Valutazione | 4.50/5 Totale 62 Valutazioni |
Sviluppatore | Naeem |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gametracker", "description": "Beautiful, real-time scores.", "version": "1.4.2", "browser_action": { "default_icon": "imgs\/new_icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "https:\/\/ajax.googleapis.com\/", "http:\/\/nba-stats-si.herokuapp.com\/v1\/*" ] } |