phind.com

Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly…

ما هو phind.com؟

phind.com هو إضافة Chrome تم تطويرها بواسطة https://phind.com، والميزة الرئيسية لها هي "Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly…".

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

screenshot

تحميل ملف CRX للإضافة phind.com

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

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

                        Automatically sets your default search engine to phind.com.

phind.com is a search engine for software developers. We instantly answer developers’ technical questions with simple explanations and relevant code snippets from the web.

phind.com is powered by large AI language models that generate answers based on information from multiple sources.                    

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

الاسم phind.com phind.com
ID cbkjbnfjbjlcpfaengknbfbffabiloab
عنوان URL الرسمي https://chromewebstore.google.com/detail/phindcom/cbkjbnfjbjlcpfaengknbfbffabiloab
الوصف Automatically sets your default search engine to phind.com. phind.com is a search engine for software developers. We instantly…
حجم الملف 3.27 KB
عدد التثبيتات 6,441
النسخة الحالية 1.0.2
آخر تحديث 2023-02-19
تاريخ النشر 2022-07-26
تقييم 4.50/5 مجموع تقييمات 14
المطور https://phind.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://phind.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "phind.com",
    "manifest_version": 3,
    "version": "1.0.2",
    "chrome_settings_overrides": {
        "search_provider": {
            "is_default": true,
            "name": "phind.com",
            "search_url": "https:\/\/phind.com\/search\/?q={searchTerms}&fromExtension=true",
            "keyword": "phind",
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/phind.com\/images\/favicon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}