Omnifinder
A customizable search engine that combines them all.
Wat is Omnifinder?
Omnifinder is een Chrome-extensie ontwikkeld door https://omnifinder.com, en de belangrijkste functie is "A customizable search engine that combines them all.".
Extensie Screenshots
Download het CRX-bestand van de extensie Omnifinder
Download Omnifinder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- 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) Basisinformatie over de Extensie
| Naam | |
| ID | ecmipeblhclmbklgalmpgilfonejhlgb |
| Officiële URL | https://chromewebstore.google.com/detail/omnifinder/ecmipeblhclmbklgalmpgilfonejhlgb |
| Beschrijving | A customizable search engine that combines them all. |
| Bestandsgrootte | 10.17 KB |
| Aantal Installaties | 2,691 |
| Huidige Versie | 2.8 |
| Laatst Bijgewerkt | 2017-01-24 |
| Publicatiedatum | 2017-01-24 |
| Beoordeling | 3.50/5 Totaal 60 Beoordelingen |
| Ontwikkelaar | https://omnifinder.com |
| Betalingswijze | free |
| Extensiewebsite | http://omnifinder.com |
| Ondersteunde Talen | 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\/"
} | |