Michigan News Tab
Browser extension that displays news headlines and photos when a user opens a new tab
Was ist Michigan News Tab?
Michigan News Tab ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Browser extension that displays news headlines and photos when a user opens a new tab".
Erweiterungsscreenshots
Michigan News Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Michigan News Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Get Michigan news every time you open up a new browser tab.
✓ See previews of local news and sports stories
✓ Choose between a single story view and a grid view
✓ Click through to the full story
✓ Select from the best news sources across Michigan, including The Detroit News, Detroit Free Press, Lansing State Journal, Port Huron Times Herald, Livingston Daily, Oakland Observer & Eccentric, and Battle Creek Enquirer Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jepaebemdcofpfhkoclepkabflecgieh |
| Offizielle URL | https://chromewebstore.google.com/detail/michigan-news-tab/jepaebemdcofpfhkoclepkabflecgieh |
| Beschreibung | Browser extension that displays news headlines and photos when a user opens a new tab |
| Dateigröße | 1.33 MB |
| Installationsanzahl | 42 |
| Aktuelle Version | 0.8.13 |
| Letztes Update | 2016-11-28 |
| Veröffentlichungsdatum | 2016-11-28 |
| Bewertung | 4.50/5 Insgesamt 6 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extension_name__",
"version": "0.8.13",
"manifest_version": 2,
"description": "__MSG_extension_description__",
"homepage_url": "http:\/\/michigan.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"chrome_url_overrides": {
"newtab": "html\/newtab.html"
},
"permissions": [
"https:\/\/api.michigan.com\/",
"http:\/\/www.freep.com\/",
"https:\/\/www.google-analytics.com\/",
"storage",
"topSites"
],
"content_security_policy": "script-src 'self' chrome-extension-resource: https:\/\/www.google-analytics.com; object-src 'none'"
} | |