Omni Search
Add enhanced search options to the search bar and right click menu
Omni Searchとは何ですか?
Omni SearchはDiamondium Technologies, LLCによって開発されたChromeの拡張機能で、その主な機能は「Add enhanced search options to the search bar and right click menu」です。
拡張機能のスクリーンショット
Omni Search拡張機能のCRXファイルをダウンロード
Omni Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add enhanced search options to the search bar and right click menu. Select up to 15 services to search immediately, without needing to first visit that page's site.
拡張機能の基本情報
名前 | Omni Search |
ID | khlgelgpghbdfngahnnnjbognacdjhga |
公式URL | https://chromewebstore.google.com/detail/omni-search/khlgelgpghbdfngahnnnjbognacdjhga |
説明 | Add enhanced search options to the search bar and right click menu |
ファイルサイズ | 318 KB |
インストール数 | 67 |
現在のバージョン | 1.0 |
最終更新日 | 2020-11-07 |
公開日 | 2020-11-07 |
開発者 | Diamondium Technologies, LLC |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Omni Search", "version": "1.0", "description": "Add enhanced search options to the search bar and right click menu", "background": { "scripts": [ "js\/omnisearch-common-MIN.js", "js\/background-MIN.js" ], "persistent": false }, "permissions": [ "storage", "contextMenus" ], "omnibox": { "keyword": ".." }, "options_page": "options.html", "icons": { "16": "images\/icon\/omni_search_16.png", "32": "images\/icon\/omni_search_32.png", "48": "images\/icon\/omni_search_48.png", "128": "images\/icon\/omni_search_128.png" }, "browser_action": { "default_icon": { "16": "images\/icon\/omni_search_16.png", "24": "images\/icon\/omni_search_24.png", "32": "images\/icon\/omni_search_32.png", "48": "images\/icon\/omni_search_48.png", "128": "images\/icon\/omni_search_128.png" }, "default_title": "OmniSearch Options" }, "manifest_version": 2 } |