Chrome Omnibox History Hider

Chrome Omnibox History Hider - do not display search history in Omnibox.

Chrome Omnibox History Hiderคืออะไร?

Chrome Omnibox History Hider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mission Labs และคุณลักษณะหลักของมันคือ "Chrome Omnibox History Hider - do not display search history in Omnibox."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Omnibox History Hider

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}