Omnibox Search Manager

This extension lets you easily switch between search engines.

Omnibox Search Managerとは何ですか?

Omnibox Search ManagerはIM dooによって開発されたChromeの拡張機能で、その主な機能は「This extension lets you easily switch between search engines.」です。

拡張機能のスクリーンショット

screenshot

Omnibox Search Manager拡張機能のCRXファイルをダウンロード

Omnibox Search Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Omnibox Search Manager extension allows you to manage your favourite search providers all in one place. The default search provider set by the extension is omnibox.bar  

How does it work?
1. Choose your desired search engine by right clicking on the extension icon
2. Search for any content you want from your address bar                    

拡張機能の基本情報

名前 Omnibox Search Manager Omnibox Search Manager
ID fodbhhphiaobephkplgiacgfbfgipfdi
公式URL https://chrome.google.com/webstore/detail/omnibox-search-manager/fodbhhphiaobephkplgiacgfbfgipfdi
説明 This extension lets you easily switch between search engines.
ファイルサイズ 11.8 KB
インストール数 331
現在のバージョン 1.9.1
最終更新日 2019-10-08
公開日 2019-10-08
評価 3.67/5 合計 3 レビュー
開発者 IM doo
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://easysrch.com/ext-pp.html
対応言語 en-US
manifest.json
{
    "author": "Omnibox Search Manager",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/128.png",
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png"
        },
        "default_title": "Omnibox Search Manager"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/easysrch.com\/safe-search.ico",
            "is_default": true,
            "keyword": "easysrch.com",
            "name": "Omnibox.bar",
            "search_url": "https:\/\/easysrch.com\/?vnd=1&q={searchTerms}"
        }
    },
    "description": "This extension lets you easily switch between search engines.",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "49.0",
    "name": "Omnibox Search Manager",
    "short_name": "Omnibox.bar Search",
    "permissions": [
        "contextMenus",
        "storage",
        "https:\/\/easysrch.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9.1"
}