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.
Cos'è OpenTabs: Save trees by opening new tabs?
OpenTabs: Save trees by opening new tabs è un'estensione di Chrome sviluppata da https://opentabs.org, e la sua funzione principale è "Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OpenTabs: Save trees by opening new tabs
Scarica i file di estensione OpenTabs: Save trees by opening new tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
OpenTabs uses ads on the new-tab page to save trees simply by opening new tabs.
Informazioni di Base sull'Estensione
Nome | OpenTabs: Save trees by opening new tabs |
ID | igeeighenacaciapkehcacnojlegbnpa |
URL Ufficiale | https://chromewebstore.google.com/detail/opentabs-save-trees-by-op/igeeighenacaciapkehcacnojlegbnpa |
Descrizione | Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day. |
Dimensione del File | 1.42 MB |
Conteggio Installazioni | 30,652 |
Versione Corrente | 2.64.1 |
Ultimo Aggiornamento | 2023-09-19 |
Data di Pubblicazione | 2020-06-17 |
Valutazione | 4.92/5 Totale 364 Valutazioni |
Sviluppatore | https://opentabs.org |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.opentabs.org/ |
URL della Pagina di Aiuto | https://opentabs.contactin.bio/ |
URL della Pagina della Politica sulla Privacy | https://blog.jointero.org/privacy |
Lingue Supportate | 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": [] } |