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.

Vad är OpenTabs: Save trees by opening new tabs?

OpenTabs: Save trees by opening new tabs är en Chrome-tillägg utvecklad av https://opentabs.org, och dess huvudfunktion är "Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner OpenTabs: Save trees by opening new tabs-förlängningens CRX-fil

Ladda ner OpenTabs: Save trees by opening new tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn OpenTabs: Save trees by opening new tabs OpenTabs: Save trees by opening new tabs
ID igeeighenacaciapkehcacnojlegbnpa
Officiell webbadress https://chromewebstore.google.com/detail/opentabs-save-trees-by-op/igeeighenacaciapkehcacnojlegbnpa
Beskrivning Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.
Filstorlek 1.42 MB
Antal Installationer 30,652
Aktuell Version 2.64.1
Senast Uppdaterad 2023-09-19
Publiceringsdatum 2020-06-17
Betyg 4.92/5 Totalt 364 Betyg
Utvecklare https://opentabs.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.opentabs.org/
Hjälpsida URL https://opentabs.contactin.bio/
URL till Sekretesspolicy Sidan https://blog.jointero.org/privacy
Stödda Språk 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": []
}