Balancer
Analyzes your newsreading history, shows your balance.
什麼是Balancer?
Balancer是由http://balancestudy.org/balancer開發的Chrome擴展程式,該擴展的主要功能是“Analyzes your newsreading history, shows your balance.”。
擴展截圖
下載Balancer擴展crx文件
下載Balancer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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].
擴展基本資訊
名稱 | |
ID | ildjajkfehjgdjjjpmliojhcpemgieob |
官方網址 | 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" } |