Top Search

Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The…

Top Search란 무엇입니까?

Top Search은(는) gabrieljones634에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The…"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites.
The new tab has dynamic background and it displays current date and time (may take some time for your most visited sites to appear - based on Chrome's API).

For more information please visit: https://www.tops-searchs.com
Please leave us a 5 start review!

By clicking "Add to chrome" you accept and agree to installing the Top Search Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.tops-searchs.com/site/pages/terms_of_use and privacy policy at https://www.tops-searchs.com/site/pages/privacy_policy.

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

확장 프로그램 기본 정보

이름 Top Search Top Search
ID hnpgceaconbdbbcfmbmbngkkpolicdhd
공식 URL https://chrome.google.com/webstore/detail/top-search/hnpgceaconbdbbcfmbmbngkkpolicdhd
설명 Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The…
파일 크기 4.77 MB
설치 횟수 1,000
현재 버전 1.0.0.69
최근 업데이트 2022-07-17
출시 날짜 2022-04-20
개발자 gabrieljones634
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.tops-searchs.com
도움말 페이지 URL https://www.tops-searchs.com/site/pages/contact_us
개인정보 보호 정책 페이지 URL https://www.tops-searchs.com/pages/privacy_policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Top Search",
    "description": "",
    "homepage_url": "https:\/\/www.tops-searchs.com",
    "version": "1.0.0.69",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_app_name__"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "history",
        "storage",
        "alarms"
    ],
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    }
}