HCOS - Hide Chrome Omnibox Suggestions

Hide Chrome Omnibox (Search&Address bar) Suggestions.

HCOS - Hide Chrome Omnibox Suggestions란 무엇입니까?

HCOS - Hide Chrome Omnibox Suggestions은(는) SiyiLee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide Chrome Omnibox (Search&Address bar) Suggestions."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

HCOS - Hide Chrome Omnibox Suggestions 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        English Summary
1. Omnibox is the abbreviation of "multifunctional address bar", which can be simply understood as an address bar.
2. The main purpose of this extension is to hide the historical search suggestions that pop up after the cursor in the address bar of the new tab page is focused (the background is implemented to delete the Google search record).
3. Support to add a custom website, open the extension options page, you can add a custom URL prefix to the page.

中文简介
1. Omnibox为“多功能地址栏”简称,可以简单理解为地址栏。
2. 该扩展主要目的是为了隐藏新建标签页面地址栏光标聚焦后所弹出的历史搜索建议(后台实现为删除该条Google搜索记录)。
3. 支持添加自定义网站,打开扩展选项页面,可以在该页面中添加自定义网址前缀。                    

확장 프로그램 기본 정보

이름 HCOS - Hide Chrome Omnibox Suggestions HCOS - Hide Chrome Omnibox Suggestions
ID aldijnffnfojelcpcfoekkeifffkhldo
공식 URL https://chromewebstore.google.com/detail/hcos-hide-chrome-omnibox/aldijnffnfojelcpcfoekkeifffkhldo
설명 Hide Chrome Omnibox (Search&Address bar) Suggestions.
파일 크기 35.49 KB
설치 횟수 15,384
현재 버전 1.1
최근 업데이트 2020-11-24
출시 날짜 2020-11-05
평점 4.70/5 총 92 개의 평점
개발자 SiyiLee
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.zhihu.com/people/lichi0206
도움말 페이지 URL https://www.zhihu.com/people/lichi0206
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HCOS - Hide Chrome Omnibox Suggestions",
    "description": "Hide Chrome Omnibox (Search&Address bar) Suggestions.",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "history",
        "storage"
    ],
    "icons": {
        "16": "img\/hide16.png",
        "48": "img\/hide48.png",
        "128": "img\/hide128.png"
    },
    "browser_action": {
        "default_icon": "img\/hide.png",
        "default_title": "HCOS - Hide Chrome Omnibox (Search&Address bar) Suggestions",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "homepage_url": "https:\/\/www.zhihu.com\/people\/lichi0206",
    "manifest_version": 2
}