ChatGPT on new tab

Easily using ChatGPT on a new tab with our browser extension. Get AI-powered responses within seconds!

ما هو ChatGPT on new tab؟

ChatGPT on new tab هو إضافة Chrome تم تطويرها بواسطة rob384392black، والميزة الرئيسية لها هي "Easily using ChatGPT on a new tab with our browser extension. Get AI-powered responses within seconds!".

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

screenshot

تحميل ملف CRX للإضافة ChatGPT on new tab

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

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

                        Using ChatGPT has never been easier! All you need to start chatting with AI is to open a new browser tab with our extension.

As soon as you open a new tab, the chat automatically launches, ready to process requests and provide you with the most useful and accurate answers. The system works with the OpenAI GPT protocol, which uses neural networks and deep learning algorithms to process requests.

If you often deal with browser extensions, you know that some of them can be technically complex for users. In contrast, our extension is very easy to use and geared towards a wide range of users. It has a clear interface - a search bar where you can enter any query on the topic you are interested in!

Whether you want to chat about the latest news, discuss the next project, or need help with a specific topic, artificial intelligence is always at your fingertips and ready to provide instant answers to all queries.

One of the main advantages of ChatGPT is its flexibility, adaptability and ease of use. It can be configured in any language, allowing it to be used by people all over the world. The extension also easily integrates with other applications, allowing users to use it for everyday tasks and get answers to any questions, no matter where or how they do it.

This extension enhances your search experience by upgrading your search bar in a new tab. It provides you with the option to search any query by either asking ChatGPT or searching in several classic search engines.

This extension displays the websites accessed by the user on the new tab page and saves frequently used prompts for ChatGPT, which can be edited on the Options page. Additionally, on the Options page, you can enable dark mode for the extension.

ChatGPT on new tab is an intelligent and modern extension that really simplifies everyday life. It provides users with a quick and reliable way to get answers to their questions. If you want to work more efficiently, install our extension and use it as your personal assistant!

Join the future of AI with us!                    

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

الاسم ChatGPT on new tab ChatGPT on new tab
ID aodbopgpdbbeeifnpefojenoaffmpoba
عنوان URL الرسمي https://chromewebstore.google.com/detail/chatgpt-on-new-tab/aodbopgpdbbeeifnpefojenoaffmpoba
الوصف Easily using ChatGPT on a new tab with our browser extension. Get AI-powered responses within seconds!
حجم الملف 323 KB
عدد التثبيتات 1,838
النسخة الحالية 2.1.0
آخر تحديث 2023-09-24
تاريخ النشر 2023-05-01
تقييم 5.00/5 مجموع تقييمات 7
المطور rob384392black
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://lampabar.com/etc/pages/privacy.html
اللغات المدعومة id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.1.0",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjZuXgMqjzNY8dc6cm+RuljcHzlf+lL59uHV8\/7+fUOp9YWXxTV7fvhrPGdhVxG23X437VweTP8GLd2hJKmJP6mUBwbrKJGxSgdQREx22vgGQGeIJDKG+hu1ZJj8LexCbukdDb8EqDuaJ646tJW4SwbRBS79F8L2B5OnKRlD1wNVQyBTuNoVoB7fdsAK2SPEKVyJDIg5I93i4powUa5mhXBL+Jry+z4uoGupcDl6QRAuV6Di4VSoUNAB6BvT72RabWbOlPDP+ynuhIQKKnHuelOo7MDtjVTpnDtXPS8XVdwvllp7JUhl5yESzTnmQZhIy4y2nsB5PchnFPqgLhpnVewIDAQAB",
    "oauth2": {
        "client_id": "772761623444-btfnn6dpio5bq5ajsm0u2nmkeraihmnp.apps.googleusercontent.com",
        "scopes": [
            ""
        ]
    },
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/",
        "https:\/\/suggestqueries.google.com\/*",
        "https:\/\/server.aitools.band\/*",
        "https:\/\/accounts.google.com\/*"
    ],
    "permissions": [
        "storage",
        "topSites",
        "history",
        "identity"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}