Canary
Protect the internet from abusive and manipulative behaviors
什麼是Canary?
Canary是由https://beacontrustnetwork.com開發的Chrome擴展程式,該擴展的主要功能是“Protect the internet from abusive and manipulative behaviors”。
擴展截圖
下載Canary擴展crx文件
下載Canary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
One of the biggest problems with the Internet is that there are so many flaws, but nowhere to report a complaint. Think about how the process of reporting these pain points works now. If you have a problem with an app, a website, spam email, etc., where do you go? Are you going to file a complain with the police? They'll laugh at you. Are you going to tweet about it? Hopefully you have a solid influencer status. Are you going to email the company directly? Good luck getting to the people who make decisions. Now you can report here. Canary, an extension created by BEACON, The Better Ethics and Consumer Outcomes Network, was created to help the public police the web. From the data you report BEACON can then create public reports and those host complaints for everyone to see by leveraging its network (including Forbes, HBR, Smashing Magazine, etc) to make social responsibility a priority within the companies creating the problems.
擴展基本資訊
名稱 | Canary |
ID | annopgoheccegneeacakjpcecdgnjooi |
官方網址 | https://chromewebstore.google.com/detail/canary/annopgoheccegneeacakjpcecdgnjooi |
簡介 | Protect the internet from abusive and manipulative behaviors |
檔案大小 | 627 KB |
安裝次數 | 38 |
目前版本 | 0.0.1 |
更新時間 | 2019-03-10 |
上架時間 | 2019-03-10 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://beacontrustnetwork.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.beacontrustnetwork.com |
說明頁面URL | https://docs.google.com/document/d/1YGcRq0c-PNsuXFhgU5M0l8-Hekr8_15oH_5_3QKxoSo/edit?usp=sharing |
隱私政策頁面URL | https://docs.google.com/document/d/1YGcRq0c-PNsuXFhgU5M0l8-Hekr8_15oH_5_3QKxoSo/edit?usp=sharing |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Canary", "description": "Protect the internet from abusive and manipulative behaviors", "version": "0.0.1", "manifest_version": 2, "permissions": [ "activeTab", "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "canaryLogo.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+G", "mac": "MacCtrl+Shift+G" }, "description": "shortcut for The Goods" } } } |