Balancer

Analyzes your newsreading history, shows your balance.

Balancer là gì?

Balancer là một tiện ích mở rộng Chrome được phát triển bởi http://balancestudy.org/balancer, và tính năng chính của nó là "Analyzes your newsreading history, shows your balance.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Balancer

Tải xuống các tệp mở rộng Balancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Balancer Balancer
ID ildjajkfehjgdjjjpmliojhcpemgieob
URL Chính Thức https://chrome.google.com/webstore/detail/balancer/ildjajkfehjgdjjjpmliojhcpemgieob
Mô tả Analyzes your newsreading history, shows your balance.
Kích Thước Tệp 416 KB
Số Lần Cài Đặt 143
Phiên Bản Hiện Tại 0.6.4
Cập Nhật Lần Cuối 2015-06-04
Ngày Phát Hành 2015-06-04
Đánh Giá 2.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển http://balancestudy.org/balancer
Loại Thanh Toán free
Trang Web Mở Rộng http://balancestudy.org/balancer/
URL Trang Trợ Giúp http://balancestudy.org/faq.php
Ngôn Ngữ Được Hỗ Trợ 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"
}