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) 擴展基本資訊
| 名稱 | |
| ID | ecmipeblhclmbklgalmpgilfonejhlgb |
| 官方網址 | 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\/"
} | |