AI Text Assistant

AI Text Assistant extension helps users generate summaries of web content and create comments with different emotions.

AI Text Assistantคืออะไร?

AI Text Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ai.text.assistant และคุณลักษณะหลักของมันคือ "AI Text Assistant extension helps users generate summaries of web content and create comments with different emotions."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Text Assistant

ดาวน์โหลดไฟล์ส่วนขยาย AI Text Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Enhance Your Browsing Experience with AI-Powered Summaries & Comments

Unlock the power of AI to streamline your browsing experience with the AI Text Assistant Chrome Extension. Save time and effort by generating intelligent summaries of web content, and create engaging comments with various emotions. Powered by OpenAI's advanced GPT-4 technology, this extension is designed to make your online life more productive and enjoyable.

Key Features:

-Automatic Text Summarization: Condense large texts into concise summaries within seconds, reducing your reading load.

-Intelligent Comment Generation: Craft unique and high-quality comments related to your texts to enrich your content.

-Customizable Settings: Fine-tune parameters like text length and summary ratio to obtain the most suitable results for your needs.

-GPT-4 Technology: Benefit from accurate and meaningful results with the latest AI technology developed by OpenAI.

-Personal API Key Usage: Connect to your OpenAI account and use your private API key for a more personalized experience.

-Easy and Secure API Key Management: Store your API key securely with encryption and protect your privacy.

How It Works:

-Purchase the AI Text Assistant Chrome Extension License Key on Gumroad.

-Install the extension in your Google Chrome browser.

-Enter your OpenAI API Key to connect the extension to your OpenAI account.

-Enjoy the convenience of AI-powered summaries and comments while browsing the web.

Get the AI Text Assistant Chrome Extension today and revolutionize your browsing experience with the power of AI. Say goodbye to information overload and hello to insightful summaries and engaging comments, all at your fingertips.

For more info please visit : http://ai-text-assistant.com/

Release Notes for v1.2:
- New Feature: Added a 3-day free trial feature to let users experience the functionality without any restrictions.While this feature is active, the 'Advanced Options' and 'Comment' features will be disabled.
- New Feature: Summary and comment functionality now supports either full page or selected text on the screen.
- Improvement: The desired AI processing model can now be configured in the advanced settings. 
- Improvement: Displaying errors received from the ChatGPT API properly on the screen.
- Improvement: Removal of `\n` characters in the request payload to enhance data integrity.
- Bugfix: Corrected the malformed URL pattern in permissions to ensure proper access to necessary resources.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AI Text Assistant AI Text Assistant
ID pjbbhcgpkmdghjgchgaacafofaolmbep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ai-text-assistant/pjbbhcgpkmdghjgchgaacafofaolmbep
คำอธิบาย AI Text Assistant extension helps users generate summaries of web content and create comments with different emotions.
ขนาดไฟล์ 111 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-05-24
วันที่เผยแพร่ 2023-05-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ai.text.assistant
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย http://ai-text-assistant.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Text Assistant",
    "version": "1.2",
    "description": "AI Text Assistant extension helps users generate summaries of web content and create comments with different emotions.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "chatbot-16.png",
            "32": "chatbot-32.png",
            "64": "chatbot-64.png",
            "128": "chatbot-128.png"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "readability.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "chatbot-16.png",
        "32": "chatbot-32.png",
        "64": "chatbot-64.png",
        "128": "chatbot-128.png"
    }
}