Qwik Search

Qwik-Search gives you quick access to a selection of popular search engines all on the one window via a user-friendly drop-down menu

Qwik Search란 무엇입니까?

Qwik Search은(는) https://qwik-search.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Qwik-Search gives you quick access to a selection of popular search engines all on the one window via a user-friendly drop-down menu"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Your Search…Your Choice
 
Replace your browser's new tab and change the search engine to Bing.com. You may change your selection at will from the drop-down list.
 
This simple & effective new tab with elegant interface also provides you with social features right at your fingertips.
 
You will be able to explore the web as well as have instant access to popular social media websites, all within your new tab window.
 
By clicking "Add to Chrome", you agree to install the Chrome™ extension, setting the new tab search to Bing.com, and abide by the Privacy Policy and Terms of Use of the extension.
 
Our extension offers a selection of third-party browsers to choose from. These engines can collect personal information about their users in accordance with their own policies. To find out more information, please refer to "Types of data collected by search engines" within our Privacy Policy page.
 
Permission required:
Replace the page you see when opening a new tab
 
Links:
Terms of Use: https://qwik-search.com/terms-conditions/
Privacy Policy: https://qwik-search.com/privacy-policy/                    

확장 프로그램 기본 정보

이름 Qwik Search Qwik Search
ID epamkjmlhfiopklkjdenlbfdeiopgacf
공식 URL https://chromewebstore.google.com/detail/qwik-search/epamkjmlhfiopklkjdenlbfdeiopgacf
설명 Qwik-Search gives you quick access to a selection of popular search engines all on the one window via a user-friendly drop-down menu
파일 크기 1.48 MB
설치 횟수 11,535
현재 버전 1.0.5
최근 업데이트 2020-12-18
출시 날짜 2020-08-21
평점 4.00/5 총 7 개의 평점
개발자 https://qwik-search.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://qwik-search.com
개인정보 보호 정책 페이지 URL https://qwik-search.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icons\/128x128.png",
        "default_title": "Qwik Search"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "Qwik-Search gives you quick access to a selection of popular search engines all on the one window via a user-friendly drop-down menu",
    "homepage_url": "https:\/\/qwik-search.com\/",
    "icons": {
        "128": "icons\/128x128.png",
        "96": "icons\/96x96.png",
        "48": "icons\/48x48.png",
        "16": "icons\/16x16.png"
    },
    "manifest_version": 2,
    "name": "Qwik Search",
    "short_name": "Qwik Search",
    "version": "1.0.5",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ]
}