ChatGPT Shortcut - Open from the Address Bar
Start a new ChatGPT conversation from the address bar. Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT…
ما هو ChatGPT Shortcut - Open from the Address Bar؟
ChatGPT Shortcut - Open from the Address Bar هو إضافة Chrome تم تطويرها بواسطة https://chromebase.co، والميزة الرئيسية لها هي "Start a new ChatGPT conversation from the address bar. Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ChatGPT Shortcut - Open from the Address Bar
قم بتنزيل ملفات الامتداد ChatGPT Shortcut - Open from the Address Bar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Start a new ChatGPT conversation from the address bar.
Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT session.
Use this shortcut to access ChatGPT easier and quicker from anywhere in the browser.
HOW TO GUIDE:
1. Install ChatGPT Shortcut - Open from the Address Bar Extension
2. Log into ChatGPT with your browser (or create a free account)
3. In any tab, type 'GPT' in the address bar followed by your prompt
4. Press enter to open a new tab with ChatGPT and your prompt automatically filled in
Free tool with no account or sign in required. This extension does not store any data. معلومات أساسية عن التمديد
| الاسم | |
| ID | ppjhahkjaabkjgaoelbokpgleaoeeboa |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/chatgpt-shortcut-open-fro/ppjhahkjaabkjgaoelbokpgleaoeeboa |
| الوصف | Start a new ChatGPT conversation from the address bar. Type 'GPT' followed by your prompt in the address bar to open a new ChatGPT… |
| حجم الملف | 3.93 MB |
| عدد التثبيتات | 348 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2023-12-07 |
| تاريخ النشر | 2023-05-09 |
| تقييم | 3.57/5 مجموع تقييمات 7 |
| المطور | https://chromebase.co |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://chromebase.co |
| عنوان صفحة المساعدة | https://chromebase.co |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChatGPT Shortcut - Open from the Address Bar",
"description": "",
"version": "1.2",
"action": {
"default_icon": "public\/icon.png",
"default_popup": "public\/popup.html",
"default_title": "ChatGPT Shortcut - Open from the Address Bar"
},
"icons": {
"48": "public\/icon.png"
},
"omnibox": {
"keyword": "gpt"
},
"background": {
"service_worker": "public\/background.js"
},
"permissions": [
"scripting",
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/chat.openai.com\/"
]
} | |