ChatGPT For Google

Can't find what you're looking for with Google? Ask an artificial intelligence instead.

ما هو ChatGPT For Google؟

ChatGPT For Google هو إضافة Chrome تم تطويرها بواسطة rgantzos، والميزة الرئيسية لها هي "Can't find what you're looking for with Google? Ask an artificial intelligence instead.".

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

screenshot

تحميل ملف CRX للإضافة ChatGPT For Google

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

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

                        Sometimes it can be hard to articulate what you're looking for to the extent that Google understands what you're saying, and can sometimes find the right results. In those cases, GoogleGPT is here for you. You can easily click a button on the Google search page to replace the search bar with a ChatGPT input.                    

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

الاسم ChatGPT For Google ChatGPT For Google
ID jgpockpcjdfkmaiiefcbfjaaekocfmha
عنوان URL الرسمي https://chromewebstore.google.com/detail/chatgpt-for-google/jgpockpcjdfkmaiiefcbfjaaekocfmha
الوصف Can't find what you're looking for with Google? Ask an artificial intelligence instead.
حجم الملف 49.32 KB
عدد التثبيتات 26
النسخة الحالية 0.0.1
آخر تحديث 2023-03-06
تاريخ النشر 2023-03-05
المطور rgantzos
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.scratchtools.app/docs/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT For Google",
    "short_name": "GoogleGPT",
    "manifest_version": 3,
    "version": "0.0.1",
    "version_name": "0.0.1",
    "description": "Can't find what you're looking for with Google? Ask an artificial intelligence instead.",
    "author": "Ronan",
    "host_permissions": [
        "https:\/\/www.google.com\/*"
    ],
    "action": {
        "default_icon": "\/logo.png",
        "default_popup": "\/popup.html",
        "default_title": "GoogleGPT"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "ask.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "\/logo.png",
        "48": "\/logo.png",
        "128": "\/logo.png"
    }
}