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.

Co je OpenTabs: Save trees by opening new tabs?

OpenTabs: Save trees by opening new tabs je rozšíření Chrome vyvinuté https://opentabs.org, a jeho hlavní funkcí je „Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření OpenTabs: Save trees by opening new tabs

Stáhněte si soubory rozšíření OpenTabs: Save trees by opening new tabs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název OpenTabs: Save trees by opening new tabs OpenTabs: Save trees by opening new tabs
ID igeeighenacaciapkehcacnojlegbnpa
Oficiální URL https://chromewebstore.google.com/detail/opentabs-save-trees-by-op/igeeighenacaciapkehcacnojlegbnpa
Popis Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.
Velikost souboru 1.42 MB
Počet instalací 30,652
Aktuální Verze 2.64.1
Poslední Aktualizace 2023-09-19
Datum Vydání 2020-06-17
Hodnocení 4.92/5 Celkem 364 Hodnocení
Vývojář https://opentabs.org
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.opentabs.org/
URL Stránky Nápovědy https://opentabs.contactin.bio/
URL Stránky Zásad Ochrany Soukromí https://blog.jointero.org/privacy
Podporované Jazyky 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": []
}