MultiSearch

Lets you search from a customizable list of search engines

ما هو MultiSearch؟

MultiSearch هو إضافة Chrome تم تطويرها بواسطة Dale، والميزة الرئيسية لها هي "Lets you search from a customizable list of search engines".

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

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

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

                        Allows you to search from a customizable list of search engines.                    

معلومات أساسية عن التمديد

الاسم MultiSearch MultiSearch
ID jfncaojfpjofgakebghgcmgjignddjgd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/multisearch/jfncaojfpjofgakebghgcmgjignddjgd
الوصف Lets you search from a customizable list of search engines
حجم الملف 432 KB
عدد التثبيتات 14
النسخة الحالية 1.1
آخر تحديث 2015-01-02
تاريخ النشر 2015-01-02
المطور Dale
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MultiSearch",
    "options_page": "options.html",
    "version": "1.1",
    "description": "Lets you search from a customizable list of search engines",
    "icons": {
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "popup.html"
    }
}