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.

Co je Latest Hockey Headlines?

Latest Hockey Headlines je rozšíření Chrome vyvinuté jscalise, a jeho hlavní funkcí je „Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Latest Hockey Headlines

Stáhněte si soubory rozšíření Latest Hockey Headlines ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Latest Hockey Headlines Latest Hockey Headlines
ID pnidkiailngiifhiamapafedcpepgdge
Oficiální URL https://chromewebstore.google.com/detail/latest-hockey-headlines/pnidkiailngiifhiamapafedcpepgdge
Popis Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.
Velikost souboru 228 KB
Počet instalací 1,205
Aktuální Verze 2.1.0
Poslední Aktualizace 2018-09-11
Datum Vydání 2018-09-11
Hodnocení 4.14/5 Celkem 14 Hodnocení
Vývojář jscalise
Typ Platby free
Podporované Jazyky 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'"
}