Canary
Protect the internet from abusive and manipulative behaviors
Canaryคืออะไร?
Canary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://beacontrustnetwork.com และคุณลักษณะหลักของมันคือ "Protect the internet from abusive and manipulative behaviors"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canary
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } } |