KARMA | Search to make a difference

Help protect biodiversity and improve animal welfare by searching the web

KARMA | Search to make a difference란 무엇입니까?

KARMA | Search to make a difference은(는) https://karmasearch.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Help protect biodiversity and improve animal welfare by searching the web"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

KARMA | Search to make a difference 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Download KARMA to protect biodiversity and promote animal welfare!
 
This extension sets KARMA as your default search engine and customizes your new tab page to maximize your positive impact.

Thanks to KARMA:

> Search with a purpose
KARMA works just like your regular search engine, except that revenue generated by your search queries is dedicated to protecting biodiversity and animal welfare. Just keep on searching the web as usual, and fund non-profit organizations working to change the world.
 
> Find what you’re looking for
KARMA uses the same best-in-class algorithms as other leading search engines so you can find what you’re looking for in a snap. Switching to KARMA is as easy as 1, 2, 3!

> Your privacy matters
KARMA does not use your search queries to profile you or to track you on the web, nor sell your data to third parties. Your privacy is safe with KARMA!

> Get more choices for more relevant answers
No single search engine can perfectly answer all types of queries. KARMA gives you access to a diverse range of ressources and results. Escape your information bubble!                    

확장 프로그램 기본 정보

이름 KARMA | Search to make a difference KARMA | Search to make a difference
ID npeimmdidecgfamlonehonaimdmbnmme
공식 URL https://chromewebstore.google.com/detail/karma-search-to-make-a-di/npeimmdidecgfamlonehonaimdmbnmme
설명 Help protect biodiversity and improve animal welfare by searching the web
파일 크기 12.89 MB
설치 횟수 1,627
현재 버전 3.0.0
최근 업데이트 2024-01-04
출시 날짜 2021-09-09
평점 5.00/5 총 18 개의 평점
개발자 https://karmasearch.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://karmasearch.org/
도움말 페이지 URL https://info.karmasearch.org/contact
개인정보 보호 정책 페이지 URL https://about.karmasearch.org/legal
지원되는 언어 en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KARMA | Search to make a difference",
    "short_name": "KARMA Search",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "resources\/icons\/brand\/logo.png",
        "32": "resources\/icons\/brand\/logo.png",
        "48": "resources\/icons\/brand\/logo.png",
        "128": "resources\/icons\/brand\/logo.png"
    },
    "action": {
        "default_icon": "resources\/icons\/brand\/logo.png",
        "default_title": "Open a KARMA new tab"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/karmasearch.org\/favicon.ico",
            "is_default": true,
            "keyword": "karma",
            "name": "Karma Search",
            "search_url": "https:\/\/karmasearch.org\/search?q={searchTerms}&origin=chrome_ext&method=topbar"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*"
            ],
            "extension_ids": [
                "npeimmdidecgfamlonehonaimdmbnmme"
            ]
        }
    ]
}