News Aggregator
This extension aggregates news articles from various websites.
News Aggregator क्या है?
News Aggregator Yusuf Musleh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension aggregates news articles from various websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में News Aggregator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |