Chrome Omnibox History Hider

Chrome Omnibox History Hider - do not display search history in Omnibox.

Chrome Omnibox History Hider란 무엇입니까?

Chrome Omnibox History Hider은(는) Mission Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Omnibox History Hider - do not display search history in Omnibox."입니다.

확장 프로그램 스크린샷

screenshot

Chrome Omnibox History Hider 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chrome extension designed to prevent search history being forcefully displayed in the omnibox since the Chrome update in 2020. Absolutely infuriating feature that Google provide no means to disable. That's where this extension comes in.

Search history itself is unaffected and still accessible via the "usual" methods. This extension simply prevents previous searches being displayed in the omnibox.                    

확장 프로그램 기본 정보

이름 Chrome Omnibox History Hider Chrome Omnibox History Hider
ID emkdecfgedmnajoijdafmfmgffljbmlc
공식 URL https://chromewebstore.google.com/detail/chrome-omnibox-history-hi/emkdecfgedmnajoijdafmfmgffljbmlc
설명 Chrome Omnibox History Hider - do not display search history in Omnibox.
파일 크기 79.31 KB
설치 횟수 163
현재 버전 1.3
최근 업데이트 2023-11-08
출시 날짜 2021-11-17
평점 3.00/5 총 4 개의 평점
개발자 Mission Labs
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Omnibox History Hider",
    "description": "Chrome Omnibox History Hider - do not display search history in Omnibox.",
    "manifest_version": 3,
    "version": "1.3",
    "permissions": [
        "history",
        "storage"
    ],
    "action": {
        "default_icon": "logo.png"
    },
    "background": {
        "service_worker": "history.js"
    },
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    }
}