AskChatGPT

Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant

ما هو AskChatGPT؟

AskChatGPT هو إضافة Chrome تم تطويرها بواسطة LGG Hub، والميزة الرئيسية لها هي "Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant".

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

screenshot
screenshot
screenshot

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

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

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

                        AskChatGPT integrates ChatGPT with your browser, allowing you to ask questions and get information about the pages you're browsing. Creative prompts streamline research and provide you with the info you need quicker.                    

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

الاسم AskChatGPT AskChatGPT
ID odbamckofikpepblkpjfnjibflfgbema
عنوان URL الرسمي https://chromewebstore.google.com/detail/askchatgpt/odbamckofikpepblkpjfnjibflfgbema
الوصف Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant
حجم الملف 937 KB
عدد التثبيتات 42
النسخة الحالية 1.0
آخر تحديث 2023-03-12
تاريخ النشر 2023-03-11
المطور LGG Hub
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://lgghub.com/terms
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AskChatGPT",
    "description": "Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant",
    "version": "1.0",
    "manifest_version": 3,
    "author": "[email protected]",
    "action": {
        "default_popup": "\/views\/popup.html"
    },
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    }
}