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.

Apa itu OpenTabs: Save trees by opening new tabs?

OpenTabs: Save trees by opening new tabs adalah ekstensi Chrome yang dikembangkan oleh https://opentabs.org, dan fitur utamanya adalah "Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi OpenTabs: Save trees by opening new tabs

Unduh file ekstensi OpenTabs: Save trees by opening new tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama OpenTabs: Save trees by opening new tabs OpenTabs: Save trees by opening new tabs
ID igeeighenacaciapkehcacnojlegbnpa
URL Resmi https://chromewebstore.google.com/detail/opentabs-save-trees-by-op/igeeighenacaciapkehcacnojlegbnpa
Deskripsi Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.
Ukuran File 1.42 MB
Jumlah Instalasi 30,652
Versi Saat Ini 2.64.1
Terakhir Diperbarui 2023-09-19
Tanggal Publikasi 2020-06-17
Penilaian 4.92/5 Total 364 Penilaian
Pengembang https://opentabs.org
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.opentabs.org/
URL Halaman Bantuan https://opentabs.contactin.bio/
URL Halaman Kebijakan Privasi https://blog.jointero.org/privacy
Bahasa yang Didukung 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": []
}