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
官方網址 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"
    ]
}