Morning Person News

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

Что такое Morning Person News?

Morning Person News - это расширение Chrome, разработанное morningpersonme, и его основная функция - "Morning Person News provide users with top headlines from multiple sources, using a clean and minimalist cards user interface. No…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Morning Person News

Скачайте файлы расширений Morning Person News в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Morning Person News Morning Person News
ID kgfknhcfnmaggolhnmgnbfgdaghokeha
Официальный URL https://chrome.google.com/webstore/detail/kgfknhcfnmaggolhnmgnbfgdaghokeha
Описание Morning Person News provide users with top headlines from multiple sources, using a clean and minimalist cards user interface. No…
Размер файла 472 KB
Количество установок 19
Текущая Версия 1.4
Последнее Обновление 2017-10-14
Дата публикации 2017-10-14
Рейтинг 5.00/5 Всего 2 оценок
Разработчик morningpersonme
Тип оплаты free
Официальный сайт расширения http://www.morningperson.me
Поддерживаемые языки 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'"
}