Morning Person News

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

Cos'è Morning Person News?

Morning Person News è un'estensione di Chrome sviluppata da morningpersonme, e la sua funzione principale è "Morning Person News provide users with top headlines from multiple sources, using a clean and minimalist cards user interface. No…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Morning Person News

Scarica i file di estensione Morning Person News in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Morning Person News Morning Person News
ID kgfknhcfnmaggolhnmgnbfgdaghokeha
URL Ufficiale https://chrome.google.com/webstore/detail/kgfknhcfnmaggolhnmgnbfgdaghokeha
Descrizione Morning Person News provide users with top headlines from multiple sources, using a clean and minimalist cards user interface. No…
Dimensione del File 472 KB
Conteggio Installazioni 19
Versione Corrente 1.4
Ultimo Aggiornamento 2017-10-14
Data di Pubblicazione 2017-10-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore morningpersonme
Tipo di Pagamento free
Sito Web dell'Estensione http://www.morningperson.me
Lingue Supportate 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'"
}