Morning Person News

Morning Person News provide users with top headlines from multiple sources, using a clean and minimalist cards user interface. No…

Co je Morning Person News?

Morning Person News je rozšíření Chrome vyvinuté morningpersonme, a jeho hlavní funkcí je „Morning Person News provide users with top headlines from multiple sources, using a clean and minimalist cards user interface. No…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Morning Person News

Stáhněte si soubory rozšíření Morning Person News ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Morning Person News provide users with top headlines from multiple sources, using a clean and minimalist cards user interface. 
No distractions, only your selected number of cards, from your selected sources. Designed for busy morning people. 

Customization features and more sources will be added in V2.0

Powered by NewsApi.org                    

Základní Informace o Rozšíření

Název Morning Person News Morning Person News
ID kgfknhcfnmaggolhnmgnbfgdaghokeha
Oficiální URL https://chrome.google.com/webstore/detail/kgfknhcfnmaggolhnmgnbfgdaghokeha
Popis Morning Person News provide users with top headlines from multiple sources, using a clean and minimalist cards user interface. No…
Velikost souboru 472 KB
Počet instalací 19
Aktuální Verze 1.4
Poslední Aktualizace 2017-10-14
Datum Vydání 2017-10-14
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář morningpersonme
Typ Platby free
Webové stránky Rozšíření http://www.morningperson.me
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Morning Person News",
    "short_name": "Real time news feed from multiple, reliable sources, using a clean and minimalist UI",
    "version": "1.4",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "optional_permissions": [
        "tabs",
        "topSites",
        "management",
        "bookmarks"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/scripts.js",
                "js\/bootstrap.min.js",
                "app.js",
                "news.js",
                "jquery-1.10.2.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com''sha256-base64 nonce encoded hash'; object-src 'self'"
}