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.
Vad är Latest Hockey Headlines?
Latest Hockey Headlines är en Chrome-tillägg utvecklad av jscalise, och dess huvudfunktion är "Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.".
Tilläggsskärmbilder
Ladda ner Latest Hockey Headlines-förlängningens CRX-fil
Ladda ner Latest Hockey Headlines-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
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äggande Information om Tillägg
| Namn | |
| ID | pnidkiailngiifhiamapafedcpepgdge |
| Officiell webbadress | https://chromewebstore.google.com/detail/latest-hockey-headlines/pnidkiailngiifhiamapafedcpepgdge |
| Beskrivning | Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story. |
| Filstorlek | 228 KB |
| Antal Installationer | 1,205 |
| Aktuell Version | 2.1.0 |
| Senast Uppdaterad | 2018-09-11 |
| Publiceringsdatum | 2018-09-11 |
| Betyg | 4.14/5 Totalt 14 Betyg |
| Utvecklare | jscalise |
| Betalningssätt | free |
| Stödda Språk | 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'"
} | |