Customized Search

This Extension will configure your default search to Customized Search. Start by typing a query in the search field.

Customized Search란 무엇입니까?

Customized Search은(는) https://find.customizedsearch.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Extension will configure your default search to Customized Search. Start by typing a query in the search field."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Search the web using this useful tool from the address bar.

This extension configures your default search setting to Customized Search with results powered best suitable search provider.

This extension can be uninstalled at any time.

Permissions & Reasons Used:

Our extension only uses the minimum permissions required.                    

확장 프로그램 기본 정보

이름 Customized Search Customized Search
ID nbimgmpbgkljaamdhfhggfchmfmdddca
공식 URL https://chrome.google.com/webstore/detail/customized-search/nbimgmpbgkljaamdhfhggfchmfmdddca
설명 This Extension will configure your default search to Customized Search. Start by typing a query in the search field.
파일 크기 90.98 KB
설치 횟수 10,000
현재 버전 1.02
최근 업데이트 2022-02-08
출시 날짜 2020-11-23
개발자 https://find.customizedsearch.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://customizedsearch.net
도움말 페이지 URL https://customizedsearch.net/contact/
개인정보 보호 정책 페이지 URL https://customizedsearch.net/privacy
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery-2.2.4.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "image\/16.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/find.customizedsearch.net\/favicon.ico",
            "is_default": true,
            "keyword": "Customized Search",
            "name": "Customized Search",
            "search_url": "https:\/\/find.customizedsearch.net\/?q={searchTerms}"
        }
    },
    "description": "This Extension will configure your default search to Customized Search. Start by typing a query in the search field.",
    "icons": {
        "128": "image\/128.png",
        "64": "image\/64.png",
        "48": "image\/48.png",
        "32": "image\/32.png",
        "16": "image\/16.png"
    },
    "homepage_url": "https:\/\/find.customizedsearch.net\/?c=1905",
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "manifest_version": 2,
    "name": "Customized Search",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "https:\/\/find.customizedsearch.net\/*",
        "https:\/\/find.customizedsearch.net\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.02"
}