Omni - Meta Search Engine

One search box. Many buttons.

什么是Omni - Meta Search Engine?

Omni - Meta Search Engine是由MJ Code开发的Chrome扩展程序,该扩展的主要功能是“One search box. Many buttons.”。

扩展截图

screenshot
screenshot
screenshot

下载Omni - Meta Search Engine扩展crx文件

下载Omni - Meta Search Engine扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Omni allows you to search anything in one click

Delivered with actual useful search engines :D
- Google
- Wikipedia
- Collins dictionary
- Youtube
- The Conjugator
- Le Conjugueur
- El Conjugador
- WordReference
- Forvo                    

扩展基本信息

名称 Omni - Meta Search Engine Omni - Meta Search Engine
ID kdahbikgbohnkbdjmfnfaioalpkhhfgp
官方URL https://chromewebstore.google.com/detail/omni-meta-search-engine/kdahbikgbohnkbdjmfnfaioalpkhhfgp
简介 One search box. Many buttons.
文件大小 196 KB
安装次数 938
当前版本 0.9.5
更新时间 2022-03-16
上架时间 2013-11-03
评分 4.75/5 共20次评分
开发者 MJ Code
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Omni - Meta Search Engine",
    "version": "0.9.5",
    "description": "One search box. Many buttons.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "assets\/scripts\/page.js"
            ]
        }
    ]
}