Omnifinder

A customizable search engine that combines them all.

Apa itu Omnifinder?

Omnifinder adalah ekstensi Chrome yang dikembangkan oleh https://omnifinder.com, dan fitur utamanya adalah "A customizable search engine that combines them all.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Omnifinder

Unduh file ekstensi Omnifinder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Omnifinder Omnifinder
ID ecmipeblhclmbklgalmpgilfonejhlgb
URL Resmi https://chromewebstore.google.com/detail/omnifinder/ecmipeblhclmbklgalmpgilfonejhlgb
Deskripsi A customizable search engine that combines them all.
Ukuran File 10.17 KB
Jumlah Instalasi 2,691
Versi Saat Ini 2.8
Terakhir Diperbarui 2017-01-24
Tanggal Publikasi 2017-01-24
Penilaian 3.50/5 Total 60 Penilaian
Pengembang https://omnifinder.com
Tipe Pembayaran free
Situs Ekstensi http://omnifinder.com
Bahasa yang Didukung 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\/"
}