Search for a Cause

Raise money for charity every time you search.

什麼是Search for a Cause?

Search for a Cause是由https://tab.gladly.io開發的Chrome擴展程式,該擴展的主要功能是“Raise money for charity every time you search.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Search for a Cause擴展crx文件

下載Search for a Cause擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        By harnessing your searches, you can plant trees, remove plastic from the ocean, send emergency aid, provide healthcare, and much more!

This extension sets your search engine to Search for a Cause so you can have a positive impact every time you search. Like other search engines, we make money from ads, but rather than take all the ad money as profit, we use that money to support amazing nonprofits.

People like you have raised over 1.5 million dollars for charity just by surfing the web. Join them by adding the extension now.

Learn more at https://search.gladly.io/help/

Your Privacy Matters

Search for a Cause is committed to protecting your privacy and using your data responsibly. We save information relevant to your profile on Search for a Cause (such as number of searches made),  but we do not store your search queries. The search results and ads are provided by our search partner, which may collect anonymized data to show relevant ads and improve the search experience.

For more info, check out our privacy policy at:
https://search.gladly.io/privacy/

Search for a Cause is built with love by Gladly (makers of Tab for a Cause). We believe it should be easy and free to have a positive impact on the world and hope you’ll start making a difference today.                    

擴展基本資訊

名稱 Search for a Cause Search for a Cause
ID eeiiknnphladbapfamiamfimnnnodife
官方網址 https://chromewebstore.google.com/detail/search-for-a-cause/eeiiknnphladbapfamiamfimnnnodife
簡介 Raise money for charity every time you search.
檔案大小 10.52 KB
安裝次數 25,780
目前版本 0.8
更新時間 2022-08-19
上架時間 2020-04-22
評分 3.73/5 共 89 次評分
開發者 https://tab.gladly.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://search.gladly.io
說明頁面URL https://search.gladly.io/help/
隱私政策頁面URL https://tab.gladly.io/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search for a Cause",
    "description": "Raise money for charity every time you search.",
    "version": "0.8",
    "action": {
        "default_icon": {
            "16": ".\/img\/logo16.png",
            "32": ".\/img\/logo32.png",
            "48": ".\/img\/logo48.png",
            "128": ".\/img\/logo128.png"
        },
        "default_title": "Search for a Cause"
    },
    "icons": {
        "16": ".\/img\/logo16.png",
        "32": ".\/img\/logo32.png",
        "48": ".\/img\/logo48.png",
        "128": ".\/img\/logo128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Search for a Cause",
            "keyword": "SFAC",
            "search_url": "https:\/\/tab.gladly.io\/search?q={searchTerms}&src=chrome",
            "favicon_url": "https:\/\/tab.gladly.io\/search\/search-favicon.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "permissions": [],
    "manifest_version": 3
}