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 |
公式URL | 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'" } |