The Green Web
Automatically check the sustainability of a website with The Green Web add-on.
The Green Web là gì?
The Green Web là một tiện ích mở rộng Chrome được phát triển bởi https://www.thegreenwebfoundation.org, và tính năng chính của nó là "Automatically check the sustainability of a website with The Green Web add-on.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng The Green Web
Tải xuống các tệp mở rộng The Green Web 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
With the Green Web add-on, you can see the green (or not so green) status of a website at glance, based on what kind of energy is used to power the servers it runs on. Is the site running on green power? Hurray! Smiley face! Is the site is still running on grey power, from fossil fuels? Boo! You'll see a sad face. Why not ask them to switch? But wait! There's more! If you search with Google, Yahoo, Bing or Ecosia, you'll see which sites in results run on renewable power - green links get smiley faces in the results. Also, if you're on a page with links to external sites, you can see if the external site is hosted on green servers too. Links to green sites have a checked green underline on them. The Green Web Foundation maintains an open database listing which datacentres around the world run on green power. We use this to present this information in this browser extension. Both the platform, and the browser extension are open source, so if want, you can see what's happening under the hood when you use the service. In fact, all the source code for all our projects is published on Github, so you can see how they *all* work. We welcome feature requests and contributions to the project. - https://github.com/thegreenwebfoundation/web-extension You can find more information on http://www.thegreenwebfoundation.org Release notes: 2.3.0 | 30 June 2020 - Updated icons with transparency to better fit dark mode. 2.2.0 | 13 June 2020 - Add an ethical filtering option, when you enable this option, on search pages results that normally will get a grey smiley as they run on non-green infrastructure will now be filtered out from the webpage, so they are hidden from view. For previous versions check the changelog : https://github.com/thegreenwebfoundation/web-extension/blob/master/Changelog.MD
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | The Green Web |
ID | ekiibapogjgmlhlhpoalbppfhhgkcogc |
URL Chính Thức | https://chromewebstore.google.com/detail/the-green-web/ekiibapogjgmlhlhpoalbppfhhgkcogc |
Mô tả | Automatically check the sustainability of a website with The Green Web add-on. |
Kích Thước Tệp | 300 KB |
Số Lần Cài Đặt | 972 |
Phiên Bản Hiện Tại | 2.3.0 |
Cập Nhật Lần Cuối | 2020-07-17 |
Ngày Phát Hành | 2020-05-25 |
Đánh Giá | 3.32/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | https://www.thegreenwebfoundation.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.thegreenwebfoundation.org/#the-green-web-app |
URL Trang Trợ Giúp | https://www.thegreenwebfoundation.org/ |
URL Trang Chính Sách Bảo Mật | https://www.thegreenwebfoundation.org/privacy-statement |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Green Web", "short_name": "The Green Web", "version": "2.3.0", "description": "Automatically check the sustainability of a website with The Green Web add-on.", "background": { "scripts": [ "background.js", "thegreenweb-utils.js", "tracker.js" ], "persistent": false }, "minimum_chrome_version": "22", "options_page": "options.html", "offline_enabled": false, "content_security_policy": "script-src 'self'; object-src 'self';", "icons": { "16": "\/icons\/16.gif", "48": "\/icons\/48.gif", "128": "\/icons\/128.gif" }, "homepage_url": "https:\/\/www.thegreenwebfoundation.org\/add-ons", "page_action": { "default_icon": "icon.png", "default_title": "The Green Web" }, "web_accessible_resources": [ "images\/green20x20.gif", "images\/greenfan20x20.gif", "images\/greenhouse20x20.gif", "images\/greenquestion20x20.gif", "images\/grey20x20.gif", "images\/goldsmiley20x20.png", "images\/gold20x20transp.png", "images\/green20x20transp.png", "images\/grey20x20transp.png" ], "permissions": [ "http:\/\/api.thegreenwebfoundation.org\/", "webNavigation", "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/*", "*:\/\/*.google.it\/*", "*:\/\/*.google.com.tr\/*", "*:\/\/*.google.es\/*", "*:\/\/*.google.ch\/*", "*:\/\/*.google.nl\/*", "*:\/\/*.google.be\/*", "*:\/\/*.google.gr\/*", "*:\/\/*.google.com.br\/*", "*:\/\/*.google.lu\/*", "*:\/\/*.google.fi\/*", "*:\/\/*.google.pt\/*", "*:\/\/*.google.hu\/*", "*:\/\/*.google.hr\/*", "*:\/\/*.google.bg\/*", "*:\/\/*.google.com.mx\/*", "*:\/\/*.google.si\/*", "*:\/\/*.google.sk\/*", "*:\/\/*.google.ro\/*", "*:\/\/*.google.ca\/*", "*:\/\/*.google.co.uk\/*", "*:\/\/*.google.cl\/*", "*:\/\/*.google.com.ar\/*", "*:\/\/*.google.se\/*", "*:\/\/*.google.cz\/*", "*:\/\/*.google.dk\/*", "*:\/\/*.google.co.th\/*", "*:\/\/*.google.com.co\/*", "*:\/\/*.google.lt\/*", "*:\/\/*.google.co.id\/*", "*:\/\/*.google.co.in\/*", "*:\/\/*.google.co.il\/*", "*:\/\/*.google.com.eg\/*", "*:\/\/*.google.cn\/*", "*:\/\/*.google.co.ve\/*", "*:\/\/*.google.ru\/*", "*:\/\/*.google.co.jp\/*", "*:\/\/*.google.com.pe\/*", "*:\/\/*.google.com.au\/*", "*:\/\/*.google.co.ma\/*", "*:\/\/*.google.co.za\/*", "*:\/\/*.google.com.ph\/*", "*:\/\/*.google.com.sa\/*", "*:\/\/*.google.ie\/*", "*:\/\/*.google.co.kr\/*", "*:\/\/*.google.no\/*", "*:\/\/*.google.com.ec\/*", "*:\/\/*.google.com.vn\/*", "*:\/\/*.google.lv\/*", "*:\/\/*.google.com.mt\/*", "*:\/\/*.google.com.uy\/*", "*:\/\/*.google.ae\/*", "*:\/\/*.google.ba\/*", "*:\/\/*.google.co.nz\/*", "*:\/\/*.google.com.ua\/*", "*:\/\/*.google.co.cr\/*", "*:\/\/*.google.ee\/*", "*:\/\/*.google.com.do\/*", "*:\/\/*.google.com.tw\/*", "*:\/\/*.google.com.hk\/*", "*:\/\/*.google.com.my\/*", "*:\/\/*.google.com.sv\/*", "*:\/\/*.google.com.pr\/*", "*:\/\/*.google.lk\/*", "*:\/\/*.google.com.gt\/*", "*:\/\/*.google.com.bd\/*", "*:\/\/*.google.com.pk\/*", "*:\/\/*.google.is\/*", "*:\/\/*.google.li\/*", "*:\/\/*.google.com.bh\/*", "*:\/\/*.google.com.ni\/*", "*:\/\/*.google.com.py\/*", "*:\/\/*.google.com.ng\/*", "*:\/\/*.google.com.bo\/*", "*:\/\/*.google.co.ke\/*", "*:\/\/*.google.hn\/*", "*:\/\/*.google.com.sg\/*", "*:\/\/*.google.mu\/*", "*:\/\/*.google.ci\/*", "*:\/\/*.google.jo\/*", "*:\/\/*.google.nu\/*", "*:\/\/*.google.com.jm\/*", "*:\/\/*.google.com.ly\/*", "*:\/\/*.google.co.yu\/*", "*:\/\/*.google.tt\/*", "*:\/\/*.google.com.kh\/*", "*:\/\/*.google.ge\/*", "*:\/\/*.google.com.na\/*", "*:\/\/*.google.com.et\/*", "*:\/\/*.google.sm\/*", "*:\/\/*.google.cd\/*", "*:\/\/*.google.gm\/*", "*:\/\/*.google.com.qa\/*", "*:\/\/*.google.dj\/*", "*:\/\/*.google.com.cu\/*", "*:\/\/*.google.com.pa\/*", "*:\/\/*.google.gp\/*", "*:\/\/*.google.az\/*", "*:\/\/*.google.as\/*", "*:\/\/*.google.pl\/*", "*:\/\/*.google.mn\/*", "*:\/\/*.google.ht\/*", "*:\/\/*.google.md\/*", "*:\/\/*.google.am\/*", "*:\/\/*.google.sn\/*", "*:\/\/*.google.je\/*", "*:\/\/*.googlee.com\/*", "*:\/\/*.google.com.bn\/*", "*:\/\/*.google.com.ai\/*", "*:\/\/*.google.co.zm\/*", "*:\/\/*.google.ma\/*", "*:\/\/*.google.rw\/*", "*:\/\/*.google.co.ug\/*", "*:\/\/*.google.com.vc\/*", "*:\/\/*.googlenews.de\/*", "*:\/\/*.google.at\/*", "*:\/\/*.google.com.gi\/*", "*:\/\/*.google.to\/*", "*:\/\/*.google.com.om\/*", "*:\/\/*.google.kz\/*", "*:\/\/*.google.co.uz\/*" ], "js": [ "jquery.min.js", "thegreenweb-utils.js", "qtip\/jquery.qtip.min.js", "search-google.js" ] }, { "matches": [ "*:\/\/search.yahoo.com\/*", "*:\/\/*.search.yahoo.com\/*" ], "js": [ "jquery.min.js", "thegreenweb-utils.js", "qtip\/jquery.qtip.min.js", "search-yahoo.js" ] }, { "matches": [ "*:\/\/www.bing.com\/*" ], "js": [ "jquery.min.js", "thegreenweb-utils.js", "qtip\/jquery.qtip.min.js", "search-bing.js" ] }, { "matches": [ "*:\/\/www.ecosia.org\/*" ], "js": [ "jquery.min.js", "thegreenweb-utils.js", "qtip\/jquery.qtip.min.js", "search-ecosia.js" ] }, { "matches": [ "http:\/\/*\/*" ], "css": [ "thegreenweb.css", "qtip\/jquery.qtip.min.css" ], "js": [ "jquery.min.js", "thegreenweb-utils.js", "qtip\/jquery.qtip.min.js", "green-page-links.js" ] }, { "matches": [ "https:\/\/*\/*" ], "css": [ "thegreenweb.css", "qtip\/jquery.qtip.min.css" ], "js": [ "jquery.min.js", "thegreenweb-utils.js", "qtip\/jquery.qtip.min.js", "green-page-links.js" ] } ] } |