Address bar search engine switcher

Change your address bar search engine in one click. Supports adding custom searches

Address bar search engine switcher란 무엇입니까?

Address bar search engine switcher은(는) https://i.extfans.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change your address bar search engine in one click. Supports adding custom searches"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Address bar search engine switcher 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Change your address bar search engine in one click.Supports adding custom searches.                    

확장 프로그램 기본 정보

이름 Address bar search engine switcher Address bar search engine switcher
ID jbnopeoocgbmnochaadfnhiiimfpbpmf
공식 URL https://chromewebstore.google.com/detail/address-bar-search-engine/jbnopeoocgbmnochaadfnhiiimfpbpmf
설명 Change your address bar search engine in one click. Supports adding custom searches
파일 크기 219 KB
설치 횟수 10,364
현재 버전 1.0.6
최근 업데이트 2022-12-10
출시 날짜 2019-03-06
평점 3.63/5 총 48 개의 평점
개발자 https://i.extfans.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.yearnnewtab.com/public/privacy
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extname__",
    "description": "__MSG_extdesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "icons": {
        "96": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "96": "icons\/96.png",
            "128": "icons\/128.png"
        },
        "default_popup": "pages\/popup\/popup.html"
    },
    "background": {
        "page": "pages\/background\/bg.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "__MSG_address_bar_search_name__",
            "keyword": "search",
            "favicon_url": "https:\/\/i.extfans.com\/focus\/favicon.ico",
            "search_url": "https:\/\/search.extfans.com\/query\/?q={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "1.0.6"
}