ZenSearch

ZenSearch - Search the web, and get your results fast

ZenSearch란 무엇입니까?

ZenSearch은(는) https://zensearch.online에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ZenSearch - Search the web, and get your results fast"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        ZenSearch - Light and minimal new tab that allows you to search quickly and navigate easily to your favorite, recently visited sites.

For more information please visit: https://zensearch.online
Please leave us a 5 start review!

By clicking "Add to chrome" you accept and agree to installing the ZenSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://zensearch.online/web/terms_of_use and privacy policy at https://zensearch.online/web/privacy_policy.

The extension will update your new-tab search engine to be powered by Bing.                    

확장 프로그램 기본 정보

이름 ZenSearch ZenSearch
ID ccclcgoicfgcjdlojiamokegmckobaif
공식 URL https://chromewebstore.google.com/detail/zensearch/ccclcgoicfgcjdlojiamokegmckobaif
설명 ZenSearch - Search the web, and get your results fast
파일 크기 520 KB
설치 횟수 10,000
현재 버전 1.1.1
최근 업데이트 2022-09-07
출시 날짜 2021-06-15
평점 4.85/5 총 13 개의 평점
개발자 https://zensearch.online
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://zensearch.online
개인정보 보호 정책 페이지 URL https://zensearch.online/web/privacy_policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ZenSearch",
    "name": "ZenSearch",
    "short_name": "zensearch",
    "version": "1.1.1",
    "manifest_version": 3,
    "description": "ZenSearch - Search the web, and get your results fast",
    "homepage_url": "https:\/\/zensearch.online",
    "omnibox": {
        "keyword": "ze"
    },
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png"
        }
    },
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "topSites",
        "storage"
    ]
}