Multisearch

Replaces the New Tab screen with site-specific Google search fields, which you can customize.

ما هو Multisearch؟

Multisearch هو إضافة Chrome تم تطويرها بواسطة sawyerh، والميزة الرئيسية لها هي "Replaces the New Tab screen with site-specific Google search fields, which you can customize.".

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

screenshot
screenshot

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

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

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

                                            

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

الاسم Multisearch Multisearch
ID acacjoabappgkabopnlnmdiodjilaggi
عنوان URL الرسمي https://chromewebstore.google.com/detail/multisearch/acacjoabappgkabopnlnmdiodjilaggi
الوصف Replaces the New Tab screen with site-specific Google search fields, which you can customize.
حجم الملف 10.5 KB
عدد التثبيتات 1,000
النسخة الحالية 1.0.1
آخر تحديث 2015-06-30
تاريخ النشر 2015-06-30
تقييم 2.75/5 مجموع تقييمات 4
المطور sawyerh
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multisearch",
    "version": "1.0.1",
    "description": "Replaces the New Tab screen with site-specific Google search fields, which you can customize.",
    "author": "Sawyer Hollenshead",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ]
}