Omnifinder

A customizable search engine that combines them all.

Vad är Omnifinder?

Omnifinder är en Chrome-tillägg utvecklad av https://omnifinder.com, och dess huvudfunktion är "A customizable search engine that combines them all.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Omnifinder-förlängningens CRX-fil

Ladda ner Omnifinder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        - 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)                    

Grundläggande Information om Tillägg

Namn Omnifinder Omnifinder
ID ecmipeblhclmbklgalmpgilfonejhlgb
Officiell webbadress https://chromewebstore.google.com/detail/omnifinder/ecmipeblhclmbklgalmpgilfonejhlgb
Beskrivning A customizable search engine that combines them all.
Filstorlek 10.17 KB
Antal Installationer 2,691
Aktuell Version 2.8
Senast Uppdaterad 2017-01-24
Publiceringsdatum 2017-01-24
Betyg 3.50/5 Totalt 60 Betyg
Utvecklare https://omnifinder.com
Betalningssätt free
Tilläggswebbplats http://omnifinder.com
Stödda Språk 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\/"
}