TinaMind - The Free ChatGPT-powered Assistant!

Free AI Assistant powered by GPT-4. Chat about anything, Manage personal prompts, Process selected text with one click, and more.

ما هو TinaMind - The Free ChatGPT-powered Assistant!؟

TinaMind - The Free ChatGPT-powered Assistant! هو إضافة Chrome تم تطويرها بواسطة tinaminddev، والميزة الرئيسية لها هي "Free AI Assistant powered by GPT-4. Chat about anything, Manage personal prompts, Process selected text with one click, and more.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TinaMind - The Free ChatGPT-powered Assistant!

قم بتنزيل ملفات الامتداد TinaMind - The Free ChatGPT-powered Assistant! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Your Free AI Assistant powered by ChatGPT: Chat about anything, manage personal prompts, process selected text with one click, translate and summarize YouTube videos, and more.

🎉 Features:
💡 Chat Bot: Open the sidebar and chat with TinaMind to gain inspiration and knowledge, just like having an intelligent assistant always by your side.
💡 Shortcuts: With just one click, you can process the text you select on web pages, PDFs, and more. This includes tasks like translation, rewriting, optimization, and others. You can also customize your tasks, greatly enhancing your work efficiency.
💡 Personal prompts manager: Manage personal prompts and also access over 300 high-quality public prompts. It provides quick access in chat input boxes on platforms like ChatGPT, Bard, Claude 2, Bing, etc., to directly bring up the prompt panel.
💡 YouTube Video: Translate and summarize YouTube videos.

🚀 Quick Start:
1️⃣ Install the plugin and log in using Google authorization.
2️⃣ Open the plugin's sidebar button, click on the top-right settings button, and customize your features.

💰 Is it free?
TinaMind is free and has unlimited query access.                    

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

الاسم TinaMind - The Free ChatGPT-powered Assistant! TinaMind - The Free ChatGPT-powered Assistant!
ID befflofjcniongenjmbkgkoljhgliihe
عنوان URL الرسمي https://chromewebstore.google.com/detail/tinamind-the-free-chatgpt/befflofjcniongenjmbkgkoljhgliihe
الوصف Free AI Assistant powered by GPT-4. Chat about anything, Manage personal prompts, Process selected text with one click, and more.
حجم الملف 4.25 MB
عدد التثبيتات 550
النسخة الحالية 1.8.0
آخر تحديث 2024-03-01
تاريخ النشر 2023-09-14
تقييم 4.20/5 مجموع تقييمات 5
المطور tinaminddev
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://tinamind.com
عنوان صفحة المساعدة https://tinamind.com/dashboard/contact-us
عنوان صفحة سياسة الخصوصية https://tinamind.com/privacy
اللغات المدعومة id,ms,de,en,en-GB,en-US,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",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.8.0",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/logo_16.png",
            "32": "images\/logo_32.png",
            "48": "images\/logo_48.png",
            "128": "images\/logo_128.png"
        },
        "default_title": "__MSG_name__"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                ".\/static\/js\/content_sidebar.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "js": [
                ".\/static\/js\/content_youtube.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/watch*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "static\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.tinamind.com\/*"
        ]
    }
}