Sporting Update
This extension will get team results, news, and standings as fast as you can click
Hvad er Sporting Update?
Sporting Update er en Chrome-udvidelse udviklet af dbextsandapps, og dens hovedfunktion er "This extension will get team results, news, and standings as fast as you can click".
Udvidelsesskærmbilleder
Download Sporting Update-udvidelses-CRX-fil
Download Sporting Update-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Tired of clicking around to link after link to find out what's happening with your favorite sports teams? Want to get to the standings, rankings, or latest team's result faster? Get the latest NFL, NBA, MLB, NCAA Football, and NCAA M Basketball information with this simple, easy to use extension. There is nothing mind-blowing about this extension, but I'm hoping it will slightly simplify your sports needs.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | blcjpfocolckibpejgelcfgjifdfjobm |
Officiel URL | https://chrome.google.com/webstore/detail/sporting-update/blcjpfocolckibpejgelcfgjifdfjobm |
Beskrivelse | This extension will get team results, news, and standings as fast as you can click |
Filstørrelse | 2.54 MB |
Antal Installationer | 53 |
Nuværende Version | 0.0.0.2 |
Senest Opdateret | 2018-01-15 |
Udgivelsesdato | 2018-01-15 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | dbextsandapps |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sporting Update", "description": "This extension will get team results, news, and standings as fast as you can click", "version": "0.0.0.2", "browser_action": { "default_icon": { "19": "foamfinger19.png", "38": "foamfinger38.png" }, "default_popup": "popup.html" }, "icons": { "16": "foamfinger16.png", "48": "foamfinger48.png", "128": "foamfinger96.png" }, "short_name": "SportUpdate", "permissions": [ "activeTab" ] } |