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
官方網址 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
電子郵箱 [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
        }
    ]
}