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文件

下载Chrome Omnibox History Hider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}