Default Search Tool

Search the web using this useful tool from the address bar.

ما هو Default Search Tool؟

Default Search Tool هو إضافة Chrome تم تطويرها بواسطة https://defaultsearchtool.com، والميزة الرئيسية لها هي "Search the web using this useful tool from the address bar.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Default Search Tool

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

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

                        Search the web using the Default Search Tool from the address bar.

Get inspired and make your Google Chrome experience better by replacing your browser's search bar or recent searches toolbar with Yahoo! search results.

This extension configures your default search setting to Default Search Tool with results powered by Yahoo!. 

This extension can be uninstalled at any time.

Privacy Policy: https://defaultsearchtool.com/Privacy.html
EULA: https://defaultsearchtool.com/Terms.html                    

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

الاسم Default Search Tool Default Search Tool
ID efmlapiifhopliikdcggdflihnhnadcc
عنوان URL الرسمي https://chromewebstore.google.com/detail/default-search-tool/efmlapiifhopliikdcggdflihnhnadcc
الوصف Search the web using this useful tool from the address bar.
حجم الملف 713 KB
عدد التثبيتات 8,046
النسخة الحالية 1.0.2
آخر تحديث 2021-09-30
تاريخ النشر 2021-09-16
تقييم 5.00/5 مجموع تقييمات 1
المطور https://defaultsearchtool.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://beta.defaultsearchtool.com/Privacy.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Default Search Tool",
    "name": "Default Search Tool",
    "description": "Search the web using this useful tool from the address bar.",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "offline_enabled": false,
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Default Search Tool",
            "keyword": "kw",
            "search_url": "https:\/\/dash.defaultsearchtool.com\/search?p={searchTerms}",
            "favicon_url": "https:\/\/defaultsearchtool.com\/favicon.ico",
            "suggest_url": "https:\/\/dash.defaultsearchtool.com\/suggest?p={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "permissions": [
        "cookies",
        "https:\/\/*.defaultsearchtool.com\/"
    ],
    "web_accessible_resources": [
        "*.json"
    ]
}