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.

What is OpenTabs: Save trees by opening new tabs?

OpenTabs: Save trees by opening new tabs is a Chrome extension developed by https://opentabs.org, and its main feature 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.".

Extension Screenshots

screenshot
screenshot

Download OpenTabs: Save trees by opening new tabs Extension CRX File

Download OpenTabs: Save trees by opening new tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name OpenTabs: Save trees by opening new tabs OpenTabs: Save trees by opening new tabs
ID igeeighenacaciapkehcacnojlegbnpa
Official URL 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.
File Size 1.42 MB
Installation Count 30,652
Current Version 2.64.1
Last Updated 2023-09-19
Publish Date 2020-06-17
Rating 4.92/5 Total 364 Ratings
Developer https://opentabs.org
Email [email protected]
Payment Type free
Extension Website https://www.opentabs.org/
Help Page URL https://opentabs.contactin.bio/
Privacy Policy Page URL https://blog.jointero.org/privacy
Supported Languages 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": []
}