SafeSearch

Search with SafeSearch.

SafeSearch란 무엇입니까?

SafeSearch은(는) https://www.safesearch.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search with SafeSearch."입니다.

확장 프로그램 스크린샷

screenshot

SafeSearch 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Keep your privacy intact installing SafeSearch Extension. 

SafeSearch protects your privacy by using our search landing page without any trackers. Prevent searches that may be tracked and tied to your personal information. 

Make your default page a SafeSearch page. The extension will load a search portal on your new tab.

You can also easily search for images on Bing or find your favorite windows apps by clicking on the menu on top right in the new tab.

The search queries will be redirected to our search partner Microsoft Bing.                    

확장 프로그램 기본 정보

이름 SafeSearch SafeSearch
ID dofpbgmibkabhhihnomcmmijlkhaeilm
공식 URL https://chromewebstore.google.com/detail/safesearch/dofpbgmibkabhhihnomcmmijlkhaeilm
설명 Search with SafeSearch.
파일 크기 29.75 KB
설치 횟수 2,069
현재 버전 2.8.1
최근 업데이트 2021-06-29
출시 날짜 2014-09-16
평점 5.00/5 총 4 개의 평점
개발자 https://www.safesearch.net
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.safesearch.net/privacy
지원되는 언어 en
manifest.json
{
    "name": "SafeSearch",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "incognito": "split",
    "description": "Search with SafeSearch.",
    "homepage_url": "https:\/\/www.safesearch.net\/",
    "version": "2.8.1",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.safesearch.net\/favicon.ico",
            "is_default": true,
            "keyword": "SafeSearch",
            "name": "SafeSearch",
            "search_url": "https:\/\/www.safesearch.net\/?q={searchTerms}"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}