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.
¿Qué es OpenTabs: Save trees by opening new tabs?
OpenTabs: Save trees by opening new tabs es una extensión de Chrome desarrollada por https://opentabs.org, y su función principal es "Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión OpenTabs: Save trees by opening new tabs
Descarga archivos de extensión OpenTabs: Save trees by opening new tabs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
OpenTabs uses ads on the new-tab page to save trees simply by opening new tabs.
Información Básica de la Extensión
Nombre | OpenTabs: Save trees by opening new tabs |
ID | igeeighenacaciapkehcacnojlegbnpa |
URL Oficial | https://chromewebstore.google.com/detail/opentabs-save-trees-by-op/igeeighenacaciapkehcacnojlegbnpa |
Descripción | Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day. |
Tamaño del Archivo | 1.42 MB |
Cantidad de Instalaciones | 30,652 |
Versión Actual | 2.64.1 |
Última Actualización | 2023-09-19 |
Fecha de Publicación | 2020-06-17 |
Calificación | 4.92/5 Total de 364 Calificaciones |
Desarrollador | https://opentabs.org |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.opentabs.org/ |
URL de la Página de Ayuda | https://opentabs.contactin.bio/ |
URL de la Página de Política de Privacidad | https://blog.jointero.org/privacy |
Idiomas Soportados | 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": [] } |