TypeAI
Generate text using Chat GPT on every website input field
ما هو TypeAI؟
TypeAI هو إضافة Chrome تم تطويرها بواسطة https://karthikponnam.dev، والميزة الرئيسية لها هي "Generate text using Chat GPT on every website input field".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TypeAI
قم بتنزيل ملفات الامتداد TypeAI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Type AI - Your Ultimate Text Generation Companion! TypeAI is your one-stop solution for all your text generation needs. Try TypeAI now and unlock the full potential of AI-powered text generation. Say goodbye to tedious writing tasks and let TypeAI be your ultimate text generation companion.
معلومات أساسية عن التمديد
الاسم | TypeAI |
ID | epleehoimjhfndhecgchgfcdmhjanhbi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/typeai/epleehoimjhfndhecgchgfcdmhjanhbi |
الوصف | Generate text using Chat GPT on every website input field |
حجم الملف | 27.84 KB |
عدد التثبيتات | 55 |
النسخة الحالية | 1.3 |
آخر تحديث | 2023-04-21 |
تاريخ النشر | 2023-04-20 |
المطور | https://karthikponnam.dev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://typeai.karthikponnam.dev/ |
عنوان صفحة المساعدة | https://typeai.karthikponnam.dev/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TypeAI", "version": "1.3", "description": "Generate text using Chat GPT on every website input field", "icons": { "48": "icons\/logo.png", "96": "icons\/logo-96.png" }, "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "browser-polyfill.js", "typeai.js" ], "run_at": "document_start" } ] } |