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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" ] } |