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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |