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.

什麼是OpenTabs: Save trees by opening new tabs?

OpenTabs: Save trees by opening new tabs是由https://opentabs.org開發的Chrome擴展程式,該擴展的主要功能是“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
screenshot

下載OpenTabs: Save trees by opening new tabs擴展crx文件

下載OpenTabs: Save trees by opening new tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 OpenTabs: Save trees by opening new tabs OpenTabs: Save trees by opening new tabs
ID igeeighenacaciapkehcacnojlegbnpa
官方網址 https://chromewebstore.google.com/detail/opentabs-save-trees-by-op/igeeighenacaciapkehcacnojlegbnpa
簡介 Customize your new tab page so you can fight climate change while browsing the web. Save trees by doing what you do every day.
檔案大小 1.42 MB
安裝次數 30,652
目前版本 2.64.1
更新時間 2023-09-19
上架時間 2020-06-17
評分 4.92/5 共 364 次評分
開發者 https://opentabs.org
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.opentabs.org/
說明頁面URL https://opentabs.contactin.bio/
隱私政策頁面URL https://blog.jointero.org/privacy
支援的語言 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": []
}