EcoAssist
Changes new tab window to one with environmental information and tips
Was ist EcoAssist?
EcoAssist ist eine Chrome-Erweiterung, die von EcoAssist Team entwickelt wurde, und ihr Hauptmerkmal ist "Changes new tab window to one with environmental information and tips".
Erweiterungsscreenshots
EcoAssist-Erweiterungs-CRX-Datei herunterladen
Laden Sie EcoAssist-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
EcoAssist will modify your new tab page to give you important information about the environment and small ways to help solve the current environmental crisis. We’re still in the beta phase so don’t be shy and reach out to us with any feedback! You can find us at [email protected] or through the support page on our website: https://ecoassistextension.wixsite.com/launch/support
Grundlegende Informationen zur Erweiterung
Name | EcoAssist |
ID | cgjfebkepajcbdimffmijgccmaghlbec |
Offizielle URL | https://chromewebstore.google.com/detail/ecoassist/cgjfebkepajcbdimffmijgccmaghlbec |
Beschreibung | Changes new tab window to one with environmental information and tips |
Dateigröße | 34.91 MB |
Installationsanzahl | 33 |
Aktuelle Version | 0.2.2 |
Letztes Update | 2021-03-03 |
Veröffentlichungsdatum | 2021-03-02 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | EcoAssist Team |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://ecoassistextension.wixsite.com/launch |
Hilfeseite URL | https://ecoassistextension.wixsite.com/launch/support |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EcoAssist", "version": "0.2.2", "description": "Changes new tab window to one with environmental information and tips", "manifest_version": 2, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "EcoAssist icon (version 2, attempt 4).png", "32": "EcoAssist icon (version 2, attempt 4).png", "48": "EcoAssist icon (version 2, attempt 4).png", "128": "EcoAssist icon (version 2, attempt 4).png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |