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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Michigan News Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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'"
}