ManyAngles

Many Angles on your news

ManyAngles란 무엇입니까?

ManyAngles은(는) http://manyangles.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Many Angles on your news"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ManyAngles 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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].                    

확장 프로그램 기본 정보

이름 ManyAngles ManyAngles
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"
    ]
}