ChatGPT Assistant - Use AI Everywhere
Use ChatGPT in search engines, to write emails, and on any website
ما هو ChatGPT Assistant - Use AI Everywhere؟
ChatGPT Assistant - Use AI Everywhere هو إضافة Chrome تم تطويرها بواسطة https://chatgptassistant.com، والميزة الرئيسية لها هي "Use ChatGPT in search engines, to write emails, and on any website".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ChatGPT Assistant - Use AI Everywhere
قم بتنزيل ملفات الامتداد ChatGPT Assistant - Use AI Everywhere بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The ultimate Chrome extension for ChatGPT!
- Automatically search ChatGPT in Google, Bing, DuckDuckGo, and Brave
- Code syntax highlighting
- ChatGPT is available as a popup and standalone page
- Right click to send selected text to ChatGPT as a prompt
- Use ChatGPT from the browser's omnibar
- Reuse previously submitted prompts
- Configure how the assistant sends prompts
https://msfrisbie.github.io/chat-gpt-assistant/ معلومات أساسية عن التمديد
| الاسم | |
| ID | kldepdcdedfibmjnggmolhffdddbphjg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/chatgpt-assistant-use-ai/kldepdcdedfibmjnggmolhffdddbphjg |
| الوصف | Use ChatGPT in search engines, to write emails, and on any website |
| حجم الملف | 17.61 MB |
| عدد التثبيتات | 25,511 |
| النسخة الحالية | 0.15.0 |
| آخر تحديث | 2023-03-22 |
| تاريخ النشر | 2022-12-06 |
| تقييم | 3.77/5 مجموع تقييمات 43 |
| المطور | https://chatgptassistant.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://msfrisbie.github.io/chat-gpt-assistant/ |
| عنوان صفحة سياسة الخصوصية | https://www.trackandtrace.tools/privacy-policy |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChatGPT Assistant - Use AI Everywhere",
"description": "Use ChatGPT in search engines, to write emails, and on any website",
"version": "0.15.0",
"action": {
"default_popup": "popup.a346ace6.html",
"default_icon": {
"16": "16.7e3e8f28.png",
"32": "16.7e3e8f28.png",
"48": "48.29a6c586.png",
"128": "128.abb4d319.png"
},
"default_title": "ChatGPT Assistant"
},
"icons": {
"16": "16.7e3e8f28.png",
"32": "16.7e3e8f28.png",
"48": "48.29a6c586.png",
"128": "128.abb4d319.png"
},
"background": {
"service_worker": "background.03d335d1.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Ctrl+Shift+K",
"mac": "MacCtrl+Shift+K",
"chromeos": "Ctrl+Shift+K",
"linux": "Ctrl+Shift+K"
}
}
},
"host_permissions": [
"https:\/\/*.openai.com\/"
],
"permissions": [
"alarms",
"activeTab",
"storage",
"tabs",
"contextMenus"
],
"options_ui": {
"page": "options.eb47c85b.html",
"open_in_tab": true
},
"omnibox": {
"keyword": "gpt"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.google.com\/*",
"https:\/\/*.bing.com\/*",
"https:\/\/search.brave.com\/*",
"https:\/\/*.duckduckgo.com\/*",
"https:\/\/*.ecosia.org\/*",
"https:\/\/*.presearch.com\/*",
"https:\/\/chat.openai.com\/*"
],
"js": [
"content-script.841a4bae.js"
],
"css": []
},
{
"matches": [
"https:\/\/msfrisbie.github.io\/*"
],
"css": [
"content-script.6ed49269.css"
]
}
],
"web_accessible_resources": [
{
"resources": [],
"matches": [
" | |