Omnifinder

A customizable search engine that combines them all.

ما هو Omnifinder؟

Omnifinder هو إضافة Chrome تم تطويرها بواسطة https://omnifinder.com، والميزة الرئيسية لها هي "A customizable search engine that combines them all.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Omnifinder

قم بتنزيل ملفات الامتداد Omnifinder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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