Michigan News Tab

Browser extension that displays news headlines and photos when a user opens a new tab

O que é Michigan News Tab?

Michigan News Tab é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Browser extension that displays news headlines and photos when a user opens a new tab".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Michigan News Tab

Baixe arquivos de extensão Michigan News Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Michigan News Tab Michigan News Tab
ID jepaebemdcofpfhkoclepkabflecgieh
URL Oficial https://chromewebstore.google.com/detail/michigan-news-tab/jepaebemdcofpfhkoclepkabflecgieh
Descrição Browser extension that displays news headlines and photos when a user opens a new tab
Tamanho do Arquivo 1.33 MB
Contagem de Instalações 42
Versão Atual 0.8.13
Última Atualização 2016-11-28
Data de Publicação 2016-11-28
Classificação 4.50/5 Total de 6 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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'"
}