ManyAngles
Many Angles on your news
Τι είναι το ManyAngles;
Το ManyAngles είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://manyangles.org, και η κύρια λειτουργία του είναι "Many Angles on your news".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ManyAngles
Λήψη αρχείων επέκτασης ManyAngles σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
ManyAngles suggest news articles covering different aspects of the story you are currently reading. We keep our servers abreast with latest and variety of news. Our extension helps you keep track of your coverage on the story too as it stores in your browser your history on the topic (temporarily). How it works? As soon as you click on our icon or if the article you are reading is on a news website, then our extension would query the server with it and the server would dig different aspects of that story and present it to you. In-case, we are not able to find a match for your current story, we suggest other stories from the same website for your perusal. Why icon changes color? Extension's icon changes to yellow color when it has matches, grey when there is nothing new to share and blue when we suggest other stories from the same website. Note: This is a research project. ManyAngles transmits a portion of your browsing history — sites matching a list of known news sites — to us. We do not ask for any personally identifiable information and cannot link your history back to you, only to your extension. After you install the extension, you'll be asked to complete a brief (4 minute) survey. This helps us with our research. You may stop participation at any time by uninstalling the extension. If you have questions, you can email us at [email protected].
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fneagjgikbdmphjpeheaomhnfjfbbpda |
Επίσημο URL | https://chrome.google.com/webstore/detail/manyangles/fneagjgikbdmphjpeheaomhnfjfbbpda |
Περιγραφή | Many Angles on your news |
Μέγεθος Αρχείου | 446 KB |
Αριθμός Εγκαταστάσεων | 19 |
Τρέχουσα Έκδοση | 0.1.27 |
Τελευταία Ενημέρωση | 2013-09-25 |
Ημερομηνία Δημοσίευσης | 2013-09-25 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | http://manyangles.org |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://balancestudy.org/manyangles |
Διεύθυνση URL της Σελίδας Βοήθειας | http://balancestudy.org/faq.php |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ManyAngles", "version": "0.1.27", "description": "Many Angles on your news", "browser_action": { "default_title": "More news on your reading", "default_popup": "popup.html", "default_icon": "images\/question-icon.png" }, "background": { "page": "background.html" }, "manifest_version": 2, "permissions": [ "http:\/\/www.google.com\/s2\/*", "http:\/\/manyangles.org\/*", "tabs", "history", "storage", "background" ] } |