Microsoft Bing Quick Search

Search the web faster when you download the Quick Search extension from Microsoft Bing

ما هو Microsoft Bing Quick Search؟

Microsoft Bing Quick Search هو إضافة Chrome تم تطويرها بواسطة Microsoft Corporation، والميزة الرئيسية لها هي "Search the web faster when you download the Quick Search extension from Microsoft Bing".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Microsoft Bing Quick Search

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

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

                        It’s easy—Go to any website and highlight the text you want to look up. With just one click, you’ll see your search results on Bing—without ever having to open a new tab or type in the search bar.                    

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

الاسم Microsoft Bing Quick Search Microsoft Bing Quick Search
ID cdedofbhklkncphcijdegghnnmpoipnb
عنوان URL الرسمي https://chromewebstore.google.com/detail/microsoft-bing-quick-sear/cdedofbhklkncphcijdegghnnmpoipnb
الوصف Search the web faster when you download the Quick Search extension from Microsoft Bing
حجم الملف 100 KB
عدد التثبيتات 1,373
النسخة الحالية 1.0.10
آخر تحديث 2023-09-20
تاريخ النشر 2020-10-21
تقييم 3.25/5 مجموع تقييمات 4
المطور Microsoft Corporation
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://go.microsoft.com/fwlink?LinkId=521839
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.10",
    "manifest_version": 2,
    "name": "__MSG_ExtnName__",
    "description": "__MSG_ExtnDescription__",
    "default_locale": "en",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage",
        "cookies",
        "tabs",
        "alarms",
        "contextMenus",
        "notifications"
    ],
    "background": {
        "_comment_": "list scripts by order of execution",
        "scripts": [
            ".\/scripts\/ping.js",
            ".\/background.bundle.js"
        ]
    },
    "options_ui": {
        "page": "templates\/options.html"
    },
    "icons": {
        "16": ".\/assets\/icon_16x16.png",
        "32": ".\/assets\/icon_32x32.png",
        "64": ".\/assets\/icon_64x64.png",
        "128": ".\/assets\/icon_128x128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}