Balancer

Analyzes your newsreading history, shows your balance.

Balancer란 무엇입니까?

Balancer은(는) http://balancestudy.org/balancer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Analyzes your newsreading history, shows your balance."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Balancer analyses your web browsing to show you the political slant of your reading history. If you get way out of balance, we may even give you reading suggestions.

HOW IT WORKS
Balancer classifies pages based on their address: does this source tend to get linked to by mostly liberals or conservatives? Is it regularly visited by liberals, conservatives, or a mix? This is imperfect, but in aggregate, it's pretty good.

YOU SHOULD KNOW
This is a research project. Balancer 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].                    

확장 프로그램 기본 정보

이름 Balancer Balancer
ID ildjajkfehjgdjjjpmliojhcpemgieob
공식 URL https://chrome.google.com/webstore/detail/balancer/ildjajkfehjgdjjjpmliojhcpemgieob
설명 Analyzes your newsreading history, shows your balance.
파일 크기 416 KB
설치 횟수 143
현재 버전 0.6.4
최근 업데이트 2015-06-04
출시 날짜 2015-06-04
평점 2.50/5 총 6 개의 평점
개발자 http://balancestudy.org/balancer
결제 유형 free
확장 프로그램 웹 사이트 http://balancestudy.org/balancer/
도움말 페이지 URL http://balancestudy.org/faq.php
지원되는 언어 en-US
manifest.json
{
    "name": "Balancer",
    "short_name": "Balancer",
    "version": "0.6.4",
    "description": "Analyzes your newsreading history, shows your balance.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": ".\/icons\/noarticles_19.png",
            "38": ".\/icons\/noarticles_38.png"
        },
        "default_title": "My BALANCE",
        "default_popup": "history.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/balancestudy.org\/*",
                "https:\/\/balancestudy.org\/*",
                "http:\/\/www.balancestudy.org\/*",
                "https:\/\/www.balancestudy.org\/*"
            ],
            "js": [
                "insertinfo.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/www.balancestudy.org\/*",
        "https:\/\/balancestudy.org\/*",
        "http:\/\/balancestudy.org\/*",
        "history",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": ".\/icn\/icon16.png",
        "48": ".\/icn\/icon48.png",
        "128": ".\/icn\/icon128.png"
    },
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}