SearchScene – Default Search
SearchScene is a search engine that donates 95% of its profits to charities, especially those that focus on climate change.
SearchScene – Default Search란 무엇입니까?
SearchScene – Default Search은(는) http://searchscene.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SearchScene is a search engine that donates 95% of its profits to charities, especially those that focus on climate change."입니다.
확장 프로그램 스크린샷
SearchScene – Default Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SearchScene is a search engine that donates 95% of its profits to charities, especially those that focus on climate change. We offer a first-class search experience and we display stunning scenery on our homepage that changes every day. Help make the world a better place by installing SearchScene on your browser. By adding this extension, you make SearchScene your default search engine only. If you wish to also make SearchScene your homepage and new tab, search the web store for "SearchScene" and install our other extension called "SearchScene - The Charitable Search Engine". ➤ How it works: We earn money through advertising, just like any other search engine. The big difference is that, instead of hoarding it all, we donate 95% of our profits to major international charities. We support charities that help to fight climate change and alleviate the suffering caused by climate change. You can choose the charities you wish to support by visiting our homepage at SearchScene.com and clicking on the charity icon in the top right hand corner of the page. ➤ A first-class search experience: SearchScene provides the latest, rich-content search results that you've come to expect from your usual search engine, like Google or Bing. This includes images, videos, news, detailed knowledge panels and instant answers embedded in your web search results. We also offer dedicated image search, news search and video search, which allows you to play videos without even leaving our site. Our search results are provided by Bing and enhanced with our own algorithms, giving you a truly first-class search experience. ➤ Homepage wallpaper scenery that changes on every reload: Discover the world's most beautiful places by also setting SearchScene.com as your homepage. Our homepage scenery changes every time you reload it, allowing you to experience some of the most stunning scenery you will ever see, including spectacular seascapes, lakes, coastlines, waterfalls, amazing buildings, stunning wildlife images, impressive cityscapes and much more. ➤ Dark Mode: Simply flick the switch in our side menu to activate Dark Mode and your search results will go dark. This is great for reducing eye-strain when searching the web, especially in low light. It also saves energy, which in turn helps save the planet just that little bit more. ➤ Transparency: Unlike some charitable search engines, we publish the actual receipts from the various charities we've donated to on our website, as proof of all the donations we've made. Visit SearchScene.com for more information. ➤ Privacy: We care about your privacy: we don't save your searches, we don't track you or the websites you visit, we don't sell your data to advertisers and all your searches are encrypted. You can read more on our privacy policy page: https://www.searchscene.com/privacy-policy ➤ You can learn more about SearchScene by visiting our homepage and scrolling down the page... https://www.searchscene.com/
확장 프로그램 기본 정보
이름 | |
ID | lmahibgokdngngmhjckoaffmcedpmfcp |
공식 URL | https://chrome.google.com/webstore/detail/searchscene-%E2%80%93-default-sea/lmahibgokdngngmhjckoaffmcedpmfcp |
설명 | SearchScene is a search engine that donates 95% of its profits to charities, especially those that focus on climate change. |
파일 크기 | 23.03 KB |
설치 횟수 | 63 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-05-19 |
출시 날짜 | 2020-12-08 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | http://searchscene.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.searchscene.com |
개인정보 보호 정책 페이지 URL | https://www.searchscene.com/privacy-policy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SearchScene \u2013 Default Search", "version": "1.1", "description": "SearchScene is a search engine that donates 95% of its profits to charities, especially those that focus on climate change.", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ] }, "page_action": { "default_title": "SearchScene \u2013 The Charitable Search Engine", "default_icon": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" } }, "permissions": [ "contextMenus" ], "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "chrome_settings_overrides": { "search_provider": { "name": "SearchScene", "search_url": "https:\/\/www.searchscene.com\/search\/?q={searchTerms}&searchType=web&ext=chrome-defaultsearch", "image_url": "https:\/\/www.searchscene.com\/search\/?q={searchTerms}&searchType=images&ext=chrome-defaultsearch", "keyword": "searchscene", "favicon_url": "https:\/\/www.searchscene.com\/favicon.ico", "encoding": "UTF-8", "is_default": true } } } |