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
官方URL 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": []
}