News Aggregator

This extension aggregates news articles from various websites.

News Aggregator là gì?

News Aggregator là một tiện ích mở rộng Chrome được phát triển bởi Yusuf Musleh, và tính năng chính của nó là "This extension aggregates news articles from various websites.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng News Aggregator 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

                        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                    

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

Tên News Aggregator News Aggregator
ID gieeeadhpmdhfcfbojfacgeooeenjlpl
URL Chính Thức https://chrome.google.com/webstore/detail/news-aggregator/gieeeadhpmdhfcfbojfacgeooeenjlpl
Mô tả This extension aggregates news articles from various websites.
Kích Thước Tệp 169 KB
Số Lần Cài Đặt 243
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-04-14
Ngày Phát Hành 2017-04-14
Đánh Giá 4.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Yusuf Musleh
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}