WWF Panda Search

Your search generates money for WWF projects that make the world a better place.

WWF Panda Search란 무엇입니까?

WWF Panda Search은(는) https://panda-search.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your search generates money for WWF projects that make the world a better place."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension allows you to set Panda Search as your standard search engine. Your search generates money to support WWF´s work to make the world a better place.

• WWF News feed
• Attractive background images
• Direct links to WWF Websites
• Search and do good with Panda Search
• CO2-neutral search, highest data protection

Panda Search – Search and change the world
• With your web search you support WWF´s work
• Search with better data protection – we protect you and your privacy
• Join a community that makes the world a better place!

Make a difference every day!                    

확장 프로그램 기본 정보

이름 WWF Panda Search WWF Panda Search
ID dpohcjoaccfglbcofjijikpklbcdmakh
공식 URL https://chromewebstore.google.com/detail/wwf-panda-search/dpohcjoaccfglbcofjijikpklbcdmakh
설명 Your search generates money for WWF projects that make the world a better place.
파일 크기 9.31 MB
설치 횟수 328
현재 버전 2.0
최근 업데이트 2023-04-04
출시 날짜 2022-03-15
평점 4.50/5 총 2 개의 평점
개발자 https://panda-search.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://panda-search.org/
도움말 페이지 URL https://panda-search.org/en/contact.php
개인정보 보호 정책 페이지 URL https://good-search.eu/datenschutz
지원되는 언어 de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "2.0",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "\/logos\/icon-16.png",
        "48": "\/logos\/icon-48.png",
        "128": "\/logos\/icon-128.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Panda",
            "search_url": "https:\/\/panda-search.org\/search?q={searchTerms}&utm_source=pantch",
            "suggest_url": "https:\/\/auto.panda-search.org\/auto-suggest\/query?key=d4871b59-cea9-4404-bcf9-10bf00ff5e23&output=omnibox&q={searchTerms}",
            "is_default": true,
            "keyword": "Panda",
            "favicon_url": "https:\/\/panda-search.org\/android-chrome-512x512.png",
            "encoding": "UTF-8"
        }
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.panda-search.org\/*"
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    }
}