News Aggregator

This extension aggregates news articles from various websites.

News Aggregatorคืออะไร?

News Aggregator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yusuf Musleh และคุณลักษณะหลักของมันคือ "This extension aggregates news articles from various websites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย News Aggregator

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}