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 to jest OpenTabs: Save trees by opening new tabs?

OpenTabs: Save trees by opening new tabs to rozszerzenie Chrome opracowane przez https://opentabs.org, a jego główną funkcją jest „Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia OpenTabs: Save trees by opening new tabs

Pobierz pliki rozszerzeń OpenTabs: Save trees by opening new tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa OpenTabs: Save trees by opening new tabs OpenTabs: Save trees by opening new tabs
ID igeeighenacaciapkehcacnojlegbnpa
Oficjalny URL https://chromewebstore.google.com/detail/opentabs-save-trees-by-op/igeeighenacaciapkehcacnojlegbnpa
Opis Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.
Rozmiar pliku 1.42 MB
Liczba instalacji 30,652
Aktualna Wersja 2.64.1
Ostatnia Aktualizacja 2023-09-19
Data Publikacji 2020-06-17
Ocena 4.92/5 Łącznie 364 Oceny
Deweloper https://opentabs.org
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.opentabs.org/
Adres URL Strony Pomocy https://opentabs.contactin.bio/
Adres URL Strony Polityki Prywatności https://blog.jointero.org/privacy
Obsługiwane Języki 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": []
}