Omnifinder
A customizable search engine that combines them all.
Omnifinderとは何ですか?
Omnifinderはhttps://omnifinder.comによって開発されたChromeの拡張機能で、その主な機能は「A customizable search engine that combines them all.」です。
拡張機能のスクリーンショット
Omnifinder拡張機能のCRXファイルをダウンロード
Omnifinder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Directly search on the most useful websites ! - Dozens of search engines available in 1 click - Smart search suggestions - Fully customizable layout - Colorful themes - Right-click context menu integration - New tab page replacement (optional) - No recording of your searches - DuckDuckGo support (prevents tracking)
拡張機能の基本情報
名前 | Omnifinder |
ID | ecmipeblhclmbklgalmpgilfonejhlgb |
公式URL | https://chromewebstore.google.com/detail/omnifinder/ecmipeblhclmbklgalmpgilfonejhlgb |
説明 | A customizable search engine that combines them all. |
ファイルサイズ | 10.17 KB |
インストール数 | 2,691 |
現在のバージョン | 2.8 |
最終更新日 | 2017-01-24 |
公開日 | 2017-01-24 |
評価 | 3.50/5 合計 60 レビュー |
開発者 | https://omnifinder.com |
支払い方法 | free |
拡張機能のウェブサイト | http://omnifinder.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omnifinder", "version": "2.8", "description": "A customizable search engine that combines them all.", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "find.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": [], "permissions": [ "contextMenus", "http:\/\/omnifinder.com\/", "storage" ], "web_accessible_resources": [ "option.html", "is_installed.js" ], "homepage_url": "http:\/\/omnifinder.com\/" } |