Kind Search

Kind Search replaces your search engine so you can plant trees with every search

Kind Search란 무엇입니까?

Kind Search은(는) Kind Seach에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kind Search replaces your search engine so you can plant trees with every search"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Kind Search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension redirects some of your search queries to partner search engines of Kind Search which uses its ad revenue to plant trees.

How it works:

1. Kind Search replaces your default search engine.

2. Some of your searches are redirected to our partner search feeds like Bing, Yahoo and other search engines. Part of the profit from such searches is dedicated to reforestation projects.

3. Our team allocates funds for these ecology projects and make a report every month!

We dedicate our profits to tackling climate change. Our monthly financial statements disclose all items of expenditure.

You can see the number of Kind Points you have at the bottom of the browser, which represents the number of trees you've planted with Kind Search. The more active your browsing activity is, the more trees we plant. The equivalent of one new tree is about 100 Kind Points. 

In Kind Search, your anonymized browsing activity is used to estimate your Kind Points.

Now you can tackle climate change just using your search engine! Let's protect our planet together.                    

확장 프로그램 기본 정보

이름 Kind Search Kind Search
ID pnpjidkodkhkcmnomnhkelgeheapbaga
공식 URL https://chromewebstore.google.com/detail/kind-search/pnpjidkodkhkcmnomnhkelgeheapbaga
설명 Kind Search replaces your search engine so you can plant trees with every search
파일 크기 171 KB
설치 횟수 11
현재 버전 2.0.13
최근 업데이트 2023-06-29
출시 날짜 2023-01-31
평점 4.87/5 총 15 개의 평점
개발자 Kind Seach
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://portal.kindsearch.me
개인정보 보호 정책 페이지 URL https://lampabar.com/etc/pages/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.13",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "src\/background\/index.js",
        "type": "module"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Kind Search",
            "keyword": "ks",
            "is_default": true,
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/service.kindsearch.me\/extensions\/kindsearchfeed\/favicon.ico",
            "search_url": "https:\/\/kindsearch.me?gd=SY1004015&searchsource=58&q={searchTerms}",
            "suggest_url": "https:\/\/service.kindsearch.me\/extensions\/kindsearchfeed\/suggest.php?q={searchTerms}"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "\/src\/content\/fonts\/inject.js",
                "\/src\/common\/libs\/jquery.min.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "\/src\/common\/jquery-plugins\/sticky\/index.js",
                "\/src\/common\/jquery-plugins\/side-bar\/index.js",
                "\/src\/common\/jquery-plugins\/meowModal\/MeowModal.js",
                "\/src\/common\/jquery-plugins\/meowModal\/index.js",
                "\/src\/common\/utils.js",
                "\/src\/content\/getValueSelector.js",
                "\/src\/content\/SideBarController.js",
                "\/src\/content\/MeowBackgroundClient.js",
                "\/src\/content\/index.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "unlimitedStorage",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/engines.json",
                "\/images\/*",
                "\/src\/common\/styles.css",
                "\/src\/common\/jquery-plugins\/sticky\/styles.css",
                "\/src\/common\/jquery-plugins\/side-bar\/styles.css",
                "\/src\/content\/fonts\/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2",
                "\/src\/content\/fonts\/fonts.css",
                "\/src\/content\/styles.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}