The Green Web
Automatically check the sustainability of a website with The Green Web add-on.
The Green Web란 무엇입니까?
The Green Web은(는) https://www.thegreenwebfoundation.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically check the sustainability of a website with The Green Web add-on."입니다.
확장 프로그램 스크린샷
The Green Web 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | The Green Web |
ID | ekiibapogjgmlhlhpoalbppfhhgkcogc |
공식 URL | https://chromewebstore.google.com/detail/the-green-web/ekiibapogjgmlhlhpoalbppfhhgkcogc |
설명 | Automatically check the sustainability of a website with The Green Web add-on. |
파일 크기 | 300 KB |
설치 횟수 | 972 |
현재 버전 | 2.3.0 |
최근 업데이트 | 2020-07-17 |
출시 날짜 | 2020-05-25 |
평점 | 3.32/5 총 19 개의 평점 |
개발자 | https://www.thegreenwebfoundation.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.thegreenwebfoundation.org/#the-green-web-app |
도움말 페이지 URL | https://www.thegreenwebfoundation.org/ |
개인정보 보호 정책 페이지 URL | https://www.thegreenwebfoundation.org/privacy-statement |
지원되는 언어 | 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" ] } ] } |