Chrome Omnibox History Hider
Chrome Omnibox History Hider - do not display search history in Omnibox.
Vad är Chrome Omnibox History Hider?
Chrome Omnibox History Hider är en Chrome-tillägg utvecklad av Mission Labs, och dess huvudfunktion är "Chrome Omnibox History Hider - do not display search history in Omnibox.".
Tilläggsskärmbilder
Ladda ner Chrome Omnibox History Hider-förlängningens CRX-fil
Ladda ner Chrome Omnibox History Hider-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Chrome Omnibox History Hider |
ID | emkdecfgedmnajoijdafmfmgffljbmlc |
Officiell webbadress | https://chromewebstore.google.com/detail/chrome-omnibox-history-hi/emkdecfgedmnajoijdafmfmgffljbmlc |
Beskrivning | Chrome Omnibox History Hider - do not display search history in Omnibox. |
Filstorlek | 79.31 KB |
Antal Installationer | 163 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2023-11-08 |
Publiceringsdatum | 2021-11-17 |
Betyg | 3.00/5 Totalt 4 Betyg |
Utvecklare | Mission Labs |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |