The Green Web
Automatically check the sustainability of a website with The Green Web add-on.
Τι είναι το The Green Web;
Το The Green Web είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.thegreenwebfoundation.org, και η κύρια λειτουργία του είναι "Automatically check the sustainability of a website with The Green Web add-on.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης The Green Web
Λήψη αρχείων επέκτασης The Green Web σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } ] } |