News Aggregator

This extension aggregates news articles from various websites.

Apa itu News Aggregator?

News Aggregator adalah ekstensi Chrome yang dikembangkan oleh Yusuf Musleh, dan fitur utamanya adalah "This extension aggregates news articles from various websites.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi News Aggregator

Unduh file ekstensi News Aggregator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama News Aggregator News Aggregator
ID gieeeadhpmdhfcfbojfacgeooeenjlpl
URL Resmi https://chrome.google.com/webstore/detail/news-aggregator/gieeeadhpmdhfcfbojfacgeooeenjlpl
Deskripsi This extension aggregates news articles from various websites.
Ukuran File 169 KB
Jumlah Instalasi 243
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-04-14
Tanggal Publikasi 2017-04-14
Penilaian 4.25/5 Total 8 Penilaian
Pengembang Yusuf Musleh
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}