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
官方網址 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"
    }
}