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'est-ce que OpenTabs: Save trees by opening new tabs ?

OpenTabs: Save trees by opening new tabs est une extension Chrome développée par https://opentabs.org, et sa fonction principale est "Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension OpenTabs: Save trees by opening new tabs

Téléchargez les fichiers d'extension OpenTabs: Save trees by opening new tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom OpenTabs: Save trees by opening new tabs OpenTabs: Save trees by opening new tabs
ID igeeighenacaciapkehcacnojlegbnpa
URL Officiel https://chromewebstore.google.com/detail/opentabs-save-trees-by-op/igeeighenacaciapkehcacnojlegbnpa
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.
Taille du Fichier 1.42 MB
Nombre d'Installations 30,652
Version Actuelle 2.64.1
Dernière Mise à Jour 2023-09-19
Date de Publication 2020-06-17
Évaluation 4.92/5 Total 364 Évaluations
Développeur https://opentabs.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.opentabs.org/
URL de la Page d'Aide https://opentabs.contactin.bio/
URL de la Page de Politique de Confidentialité https://blog.jointero.org/privacy
Langues Prises en Charge 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": []
}