KindSearch
Search the web to support a cause!
KindSearch란 무엇입니까?
KindSearch은(는) https://kindsearch.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search the web to support a cause!"입니다.
확장 프로그램 스크린샷
KindSearch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
KindSearch is a search engine built with a greater purpose in mind — to help nonprofits and causes succeed in their mission. KindSearch is a search engine just like Google, Bing or Yahoo. The only real difference is in our business model. Instead of spending money on marketing we partner with nonprofits to get ourselves known and in return share our advertising income with them. KindSearch makes supporting your favorite organization super easy - use it when you are looking for something online and we automatically donate to the organization of your choice. By clicking "Add to Chrome", you accept and agree to install the KindSearch Chrome extension, set the Chrome new tab and default search to KindSearch powered by Bing, and adhere to the Terms of Use (https://kindsearch.org/terms) and Privacy Policy (https://kindsearch.org/privacy).
확장 프로그램 기본 정보
이름 | |
ID | fkpadjnjhmhmlijfohpjohkilngfbmfl |
공식 URL | https://chromewebstore.google.com/detail/kindsearch/fkpadjnjhmhmlijfohpjohkilngfbmfl |
설명 | Search the web to support a cause! |
파일 크기 | 160 KB |
설치 횟수 | 26 |
현재 버전 | 0.4.0 |
최근 업데이트 | 2022-03-28 |
출시 날짜 | 2020-11-21 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://kindsearch.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://kindsearch.org |
도움말 페이지 URL | https://kindsearch.org/about |
개인정보 보호 정책 페이지 URL | https://kindsearch.org/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KindSearch", "version": "0.4.0", "icons": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "128": "assets\/icons\/favicon-128.png" }, "description": "Search the web to support a cause!", "homepage_url": "https:\/\/kindsearch.org", "short_name": "KindSearch", "permissions": [ "contextMenus", "cookies", "https:\/\/kindsearch.org\/*", "https:\/\/*.kindsearch.org\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'", "author": "sallar", "minimum_chrome_version": "49", "chrome_settings_overrides": { "search_provider": { "name": "KindSearch", "search_url": "https:\/\/kindsearch.org\/search?q={searchTerms}&source=chrome", "suggest_url": "https:\/\/kindsearch.org\/api\/ac\/browser?q={searchTerms}&source=chrome", "encoding": "UTF-8", "keyword": "kindsearch", "is_default": true, "favicon_url": "https:\/\/kindsearch.org\/favicon.ico" } }, "background": { "scripts": [ "js\/background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/kindsearch.org\/*", "https:\/\/*.kindsearch.org\/*" ], "js": [ "js\/contentScript.bundle.js" ] } ] } |