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 là gì?

Morning Person News là một tiện ích mở rộng Chrome được phát triển bởi morningpersonme, và tính năng chính của nó là "Morning Person News provide users with top headlines from multiple sources, using a clean and minimalist cards user interface. No…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Morning Person News

Tải xuống các tệp mở rộng Morning Person News dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Morning Person News Morning Person News
ID kgfknhcfnmaggolhnmgnbfgdaghokeha
URL Chính Thức https://chrome.google.com/webstore/detail/kgfknhcfnmaggolhnmgnbfgdaghokeha
Mô tả Morning Person News provide users with top headlines from multiple sources, using a clean and minimalist cards user interface. No…
Kích Thước Tệp 472 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2017-10-14
Ngày Phát Hành 2017-10-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển morningpersonme
Loại Thanh Toán free
Trang Web Mở Rộng http://www.morningperson.me
Ngôn Ngữ Được Hỗ Trợ 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'"
}