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\/" } |