OpenTabs: Save trees by opening new tabs
Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.
Was ist OpenTabs: Save trees by opening new tabs?
OpenTabs: Save trees by opening new tabs ist eine Chrome-Erweiterung, die von https://opentabs.org entwickelt wurde, und ihr Hauptmerkmal ist "Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.".
Erweiterungsscreenshots
OpenTabs: Save trees by opening new tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie OpenTabs: Save trees by opening new tabs-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
OpenTabs uses ads on the new-tab page to save trees simply by opening new tabs.
Grundlegende Informationen zur Erweiterung
Name | OpenTabs: Save trees by opening new tabs |
ID | igeeighenacaciapkehcacnojlegbnpa |
Offizielle URL | https://chromewebstore.google.com/detail/opentabs-save-trees-by-op/igeeighenacaciapkehcacnojlegbnpa |
Beschreibung | Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day. |
Dateigröße | 1.42 MB |
Installationsanzahl | 30,652 |
Aktuelle Version | 2.64.1 |
Letztes Update | 2023-09-19 |
Veröffentlichungsdatum | 2020-06-17 |
Bewertung | 4.92/5 Insgesamt 364 Bewertungen |
Entwickler | https://opentabs.org |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.opentabs.org/ |
Hilfeseite URL | https://opentabs.contactin.bio/ |
URL der Datenschutzrichtlinien-Seite | https://blog.jointero.org/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OpenTabs: Save trees by opening new tabs", "short_name": "OpenTabs", "version": "2.64.1", "description": "Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "OpenTabs" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js https:\/\/api.cloudsponge.com; object-src 'self'", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "externally_connectable": { "matches": [ "*:\/\/*.opentabs.org\/*" ] }, "permissions": [ "storage", "cookies" ], "optional_permissions": [] } |