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.”。
擴展截圖
下載WWF Panda Search擴展crx文件
下載WWF Panda Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | dpohcjoaccfglbcofjijikpklbcdmakh |
官方網址 | 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" } } |