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はmorningpersonmeによって開発されたChromeの拡張機能で、その主な機能は「Morning Person News provide users with top headlines from multiple sources, using a clean and minimalist cards user interface. No…」です。

拡張機能のスクリーンショット

screenshot

Morning Person News拡張機能のCRXファイルをダウンロード

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