News Aggregator

This extension aggregates news articles from various websites.

News Aggregatorとは何ですか?

News AggregatorはYusuf Muslehによって開発されたChromeの拡張機能で、その主な機能は「This extension aggregates news articles from various websites.」です。

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

screenshot
screenshot
screenshot

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

News Aggregator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Get the latest news headline articles from 70+ sources including CNN, BBC, Techcrunch and much more!

Instead of opening multiple tabs and during your morning news checking routine while you're drinking coffee or having breakfast, you can click on the News Aggregator which will get you the latest headlines from the website sources you choose, with a brief description and pictures, you also have the ability to go to the actual article on the website by clicking on it.

Powered by: www.newsapi.org                    

拡張機能の基本情報

名前 News Aggregator News Aggregator
ID gieeeadhpmdhfcfbojfacgeooeenjlpl
公式URL https://chrome.google.com/webstore/detail/news-aggregator/gieeeadhpmdhfcfbojfacgeooeenjlpl
説明 This extension aggregates news articles from various websites.
ファイルサイズ 169 KB
インストール数 243
現在のバージョン 1.1
最終更新日 2017-04-14
公開日 2017-04-14
評価 4.25/5 合計 8 レビュー
開発者 Yusuf Musleh
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "News Aggregator",
    "description": "This extension aggregates news articles from various websites.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "19": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ]
}