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.

Wat is OpenTabs: Save trees by opening new tabs?

OpenTabs: Save trees by opening new tabs is een Chrome-extensie ontwikkeld door https://opentabs.org, en de belangrijkste functie is "Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie OpenTabs: Save trees by opening new tabs

Download OpenTabs: Save trees by opening new tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        OpenTabs uses ads on the new-tab page to save trees simply by opening new tabs.                    

Basisinformatie over de Extensie

Naam OpenTabs: Save trees by opening new tabs OpenTabs: Save trees by opening new tabs
ID igeeighenacaciapkehcacnojlegbnpa
Officiële URL https://chromewebstore.google.com/detail/opentabs-save-trees-by-op/igeeighenacaciapkehcacnojlegbnpa
Beschrijving Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.
Bestandsgrootte 1.42 MB
Aantal Installaties 30,652
Huidige Versie 2.64.1
Laatst Bijgewerkt 2023-09-19
Publicatiedatum 2020-06-17
Beoordeling 4.92/5 Totaal 364 Beoordelingen
Ontwikkelaar https://opentabs.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.opentabs.org/
Help Pagina-URL https://opentabs.contactin.bio/
URL van de Privacybeleid Pagina https://blog.jointero.org/privacy
Ondersteunde Talen 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": []
}