Latest Hockey Headlines
Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.
Hvad er Latest Hockey Headlines?
Latest Hockey Headlines er en Chrome-udvidelse udviklet af jscalise, og dens hovedfunktion er "Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.".
Udvidelsesskærmbilleder
Download Latest Hockey Headlines-udvidelses-CRX-fil
Download Latest Hockey Headlines-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
v2.1.0
- Numerous bug fixes including broken images on all article types.
- Added support for new promo article types.
Grabs the latest NHL headlines from TSN and displays them in a handy drop-down display. Once a headline is clicked, a new window displays the selected story. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pnidkiailngiifhiamapafedcpepgdge |
| Officiel URL | https://chromewebstore.google.com/detail/latest-hockey-headlines/pnidkiailngiifhiamapafedcpepgdge |
| Beskrivelse | Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story. |
| Filstørrelse | 228 KB |
| Antal Installationer | 1,205 |
| Nuværende Version | 2.1.0 |
| Senest Opdateret | 2018-09-11 |
| Udgivelsesdato | 2018-09-11 |
| Bedømmelse | 4.14/5 Samlet 14 Bedømmelser |
| Udvikler | jscalise |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Latest Hockey Headlines",
"description": "Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.",
"version": "2.1.0",
"permissions": [
"http:\/\/www.tsn.ca\/nhl\/*",
"https:\/\/www.tsn.ca\/nhl\/*"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "main.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |