Michigan News Tab
Browser extension that displays news headlines and photos when a user opens a new tab
什麼是Michigan News Tab?
Michigan News Tab是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Browser extension that displays news headlines and photos when a user opens a new tab”。
擴展截圖
下載Michigan News Tab擴展crx文件
下載Michigan News Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Michigan News Tab |
ID | jepaebemdcofpfhkoclepkabflecgieh |
官方網址 | https://chromewebstore.google.com/detail/michigan-news-tab/jepaebemdcofpfhkoclepkabflecgieh |
簡介 | Browser extension that displays news headlines and photos when a user opens a new tab |
檔案大小 | 1.33 MB |
安裝次數 | 42 |
目前版本 | 0.8.13 |
更新時間 | 2016-11-28 |
上架時間 | 2016-11-28 |
評分 | 4.50/5 共 6 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | 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'" } |