The Green Web

Automatically check the sustainability of a website with The Green Web add-on.

Was ist The Green Web?

The Green Web ist eine Chrome-Erweiterung, die von https://www.thegreenwebfoundation.org entwickelt wurde, und ihr Hauptmerkmal ist "Automatically check the sustainability of a website with The Green Web add-on.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

The Green Web-Erweiterungs-CRX-Datei herunterladen

Laden Sie The Green Web-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name The Green Web The Green Web
ID ekiibapogjgmlhlhpoalbppfhhgkcogc
Offizielle URL https://chromewebstore.google.com/detail/the-green-web/ekiibapogjgmlhlhpoalbppfhhgkcogc
Beschreibung Automatically check the sustainability of a website with The Green Web add-on.
Dateigröße 300 KB
Installationsanzahl 972
Aktuelle Version 2.3.0
Letztes Update 2020-07-17
Veröffentlichungsdatum 2020-05-25
Bewertung 3.32/5 Insgesamt 19 Bewertungen
Entwickler https://www.thegreenwebfoundation.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.thegreenwebfoundation.org/#the-green-web-app
Hilfeseite URL https://www.thegreenwebfoundation.org/
URL der Datenschutzrichtlinien-Seite https://www.thegreenwebfoundation.org/privacy-statement
Unterstützte Sprachen 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"
            ]
        }
    ]
}