当前位置:主页 > 所有插件 > 搜索
eAdBlocker Omnibox

eAdBlocker Omnibox(搜索引擎) v1.9.1

  • 更新:2021-05-10
  • 大小:12.5 KB
  • 版本:1.9.1
  • 语言:English
  • ID值:

插件介绍

这个扩展允许你轻松地改变在地址栏中使用的搜索引擎(也称为omnibox)。在雅虎和Omnibox之间切换。bar和Bing,只需点击扩展图标。为了让您选择您想要的搜索引擎,您的搜索查询将通过“search.easyadblocker.com”重定向到您所选择的搜索引擎。

它是如何工作的?

1. 通过右键单击扩展图标选择您想要的搜索引擎

2. 搜索您想要的任何内容直接从omnibox/地址栏

3.您的搜索将通过我们的服务器重定向到选定的搜索引擎(Yahoo, Bing, Omnibox.bar)

This extension allows you to easily change the search engine in use in the address bar (also known as omnibox). Switch between Yahoo, Omnibox.bar and Bing, just by clicking on the extension icon. In order to allow you to select your desired search-engine, your search queries will be redirected through "search.easyadblocker.com" to your selected search-engine.

How does it work?

1. Choose your desired search engine by right clicking on the extension icon

2. Search for any content you want directly from the omnibox/address bar

3. Your searches will be redirected through our server to the selected search-engine (Yahoo, Bing, Omnibox.bar)

浏览器插件安装详细步骤:Chrome浏览器如何安装插件扩展


插件获取

相关推荐

网友留言

网友NO.33953
关阳曜

使用 omnibox API 可以定制你的搜索框:

在这个 demo 里我们可以在搜索框中直接搜索想要的书籍,然后调取豆瓣的 API 接口,选择一本书,然后选择新建 tab 打开 图灵社区、异步社区、博文视点。

配置

见 manifest.json,只要添加 omnibox 即可,keyword 则是你想要在搜索框中响应的关键字,本文 demo 使用 book。而 background 也是必不可少的,omnibox 的逻辑都在这里。

网友NO.37827
张秀丽

Omnibox UI Hide Steady-State URL Scheme --- 默认隐藏网页传输协议

edge://flags/#omnibox-ui-hide-steady-state-url-scheme

Omnibox UI Hide Steady-State URL Trivial Subdomains --- 默认隐藏前面是"www"的那部分
edge://flags/#omnibox-ui-hide-steady-state-url-trivial-subdomains

网友NO.42105
庾宜春

omnibox 应用程序界面允许向Google Chrome的地址栏注册一个关键字,地址栏也叫omnibox。

A screenshot showing suggestions related to the keyword 'Chromium Search'

当用户输入你的扩展关键字,用户开始与你的扩展交互。每个击键都会发送给你的扩展,扩展提供建议作为相应的响应。

建议可以被格式化多种方式。当用户接受建议,你的扩展被通知可以执行动作。