Tero - Save trees by browsing online

Tero turns your browser into a force of positive change and lets you fight climate change simply by browsing online.

Tero - Save trees by browsing onlineとは何ですか?

Tero - Save trees by browsing onlineはhttps://jointero.orgによって開発されたChromeの拡張機能で、その主な機能は「Tero turns your browser into a force of positive change and lets you fight climate change simply by browsing online.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Tero - Save trees by browsing online拡張機能のCRXファイルをダウンロード

Tero - Save trees by browsing online拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ➤ Key features

✓ Save trees when you open a tab, browse, or shop online
✓ Reduce your carbon footprint by blocking unwanted ads
✓ Private and secure
✓ Customizations and beautiful background photos on your new-tab page
✓ Shortcuts to your favourite websites and apps
✓ News, updates, and notifications
✓ Custom search engines
✓ Manage your extensions from a simple and intuitive popup
✓ Keep track of your impact with our tree counters

➤ Your privacy and trust matters

We're interested in making an impact, not in your data. We are committed to protecting your privacy and using your data responsibly. The ads on our extension are delivered by our advertising partners, who may collect anonymized data in order to show you ads you'll be interested in.

We don't track the websites you visit or the content you view online. What you do online is you business and yours alone. Our extension's permissions allow us to replace ads online and detect if the website you are on is one of our partners. 

➤ We don’t plant trees

☆ "Planting trees is good. Saving existing forests is better." - Rainforest Trust ☆

We made an active decision to save existing trees rather than plant new ones because compelling studies show that planting trees won’t be enough to tackle climate change and that efforts on rainforest conservation lead to a more sustainable and lasting change.

Here are three facts you might not know:

✓ Forest conservation needs 30x less land to have the same climate mitigation outcome as planting trees.
✓ Forest protection efforts help protect the natural habitat of thousands of species and local communities that depend on natural resources.
✓ Forest conservation typically costs half as much as forest restoration efforts.

➤ Tero vs. alternatives

☆ Ecosia ☆
We love Ecosia! Although many people think we are competitors, we are actually not. We recommend you use Ecosia’s search engine with the Tero extension to maximise your impact.

☆ OceanHero ☆
Like Ecosia, OceanHero is a search engine that can also be used in Tero. It's a great combo to save both rainforests and oceans!

☆ Tab for a Cause ☆
They are a great option if you want to support numerous charities, but they're only a new-tab page with limited functionalities.

➤ Learn more

About: https://www.jointero.org
Blog: https://blog.jointero.org
FAQs: https://blog.jointero.org/faq
Privacy: https://blog.jointero.org/privacy

Join us in Building a Greener Internet!

Note: After installing, click the ‘Keep it’ button on the ‘Change back to Google’ notification. This will show Tero on each new tab as intended, and ensure the extension isn't disabled.                    

拡張機能の基本情報

名前 Tero - Save trees by browsing online Tero - Save trees by browsing online
ID eghlkdfdlnnbkgclfbcbbiijjmggfgmm
公式URL https://chromewebstore.google.com/detail/tero-save-trees-by-browsi/eghlkdfdlnnbkgclfbcbbiijjmggfgmm
説明 Tero turns your browser into a force of positive change and lets you fight climate change simply by browsing online.
ファイルサイズ 5.79 MB
インストール数 14,893
現在のバージョン 1.0.26
最終更新日 2023-11-14
公開日 2022-09-16
評価 4.67/5 合計 73 レビュー
開発者 https://jointero.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.jointero.org/
ヘルプページのURL https://tero.taplink.ws
プライバシーポリシーページのURL https://blog.jointero.org/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tero - Save trees by browsing online",
    "description": "Tero turns your browser into a force of positive change and lets you fight climate change simply by browsing online.",
    "version": "1.0.26",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.opentabs.org\/*",
            "https:\/\/*.jointero.org\/*"
        ]
    },
    "icons": {
        "16": "icons\/TREE_SAVED.png",
        "32": "icons\/TREE_SAVED.png",
        "48": "icons\/TREE_SAVED.png",
        "128": "icons\/TREE_SAVED.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "storage",
        "topSites",
        "cookies",
        "management"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "web-accessible-resources\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}