Gametracker

Beautiful, real-time scores.

Vad är Gametracker?

Gametracker är en Chrome-tillägg utvecklad av Naeem, och dess huvudfunktion är "Beautiful, real-time scores.".

Tilläggsskärmbilder

screenshot

Ladda ner Gametracker-förlängningens CRX-fil

Ladda ner Gametracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Gametracker Gametracker
ID lncdjfdkfimicokbdfciamfahpbpfbhj
Officiell webbadress https://chrome.google.com/webstore/detail/gametracker/lncdjfdkfimicokbdfciamfahpbpfbhj
Beskrivning Beautiful, real-time scores.
Filstorlek 639 KB
Antal Installationer 296
Aktuell Version 1.4.2
Senast Uppdaterad 2015-03-23
Publiceringsdatum 2015-03-23
Betyg 4.50/5 Totalt 62 Betyg
Utvecklare Naeem
Betalningssätt free
Stödda Språk 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\/*"
    ]
}