HCOS - Hide Chrome Omnibox Suggestions

Hide Chrome Omnibox (Search&Address bar) Suggestions.

HCOS - Hide Chrome Omnibox Suggestions क्या है?

HCOS - Hide Chrome Omnibox Suggestions SiyiLee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide Chrome Omnibox (Search&Address bar) Suggestions."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HCOS - Hide Chrome Omnibox Suggestions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        English Summary
1. Omnibox is the abbreviation of "multifunctional address bar", which can be simply understood as an address bar.
2. The main purpose of this extension is to hide the historical search suggestions that pop up after the cursor in the address bar of the new tab page is focused (the background is implemented to delete the Google search record).
3. Support to add a custom website, open the extension options page, you can add a custom URL prefix to the page.

中文简介
1. Omnibox为“多功能地址栏”简称,可以简单理解为地址栏。
2. 该扩展主要目的是为了隐藏新建标签页面地址栏光标聚焦后所弹出的历史搜索建议(后台实现为删除该条Google搜索记录)。
3. 支持添加自定义网站,打开扩展选项页面,可以在该页面中添加自定义网址前缀。                    

एक्सटेंशन की मूल जानकारी

नाम HCOS - Hide Chrome Omnibox Suggestions HCOS - Hide Chrome Omnibox Suggestions
ID aldijnffnfojelcpcfoekkeifffkhldo
आधिकारिक URL https://chromewebstore.google.com/detail/hcos-hide-chrome-omnibox/aldijnffnfojelcpcfoekkeifffkhldo
विवरण Hide Chrome Omnibox (Search&Address bar) Suggestions.
फ़ाइल का आकार 35.49 KB
स्थापना संख्या 15,384
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-11-24
प्रकाशन तिथि 2020-11-05
रेटिंग 4.70/5 कुल 92 रेटिंग्स
डेवलपर SiyiLee
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.zhihu.com/people/lichi0206
सहायता पृष्ठ URL https://www.zhihu.com/people/lichi0206
समर्थित भाषाएँ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HCOS - Hide Chrome Omnibox Suggestions",
    "description": "Hide Chrome Omnibox (Search&Address bar) Suggestions.",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "history",
        "storage"
    ],
    "icons": {
        "16": "img\/hide16.png",
        "48": "img\/hide48.png",
        "128": "img\/hide128.png"
    },
    "browser_action": {
        "default_icon": "img\/hide.png",
        "default_title": "HCOS - Hide Chrome Omnibox (Search&Address bar) Suggestions",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "homepage_url": "https:\/\/www.zhihu.com\/people\/lichi0206",
    "manifest_version": 2
}