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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ➤ 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
이메일 [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
        }
    ]
}