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
Eメール [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": []
}