Say It Better

A Chrome extension that prompts ChatGPT to enhance the selected text and enhance your writing skills.

Say It Betterคืออะไร?

Say It Better เป็นส่วนขยายของ Chrome ที่พัฒนาโดย enes และคุณลักษณะหลักของมันคือ "A Chrome extension that prompts ChatGPT to enhance the selected text and enhance your writing skills."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Say It Better

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

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

                        Say It Better, a Chrome extension designed to supercharge your writing skills by integrating OpenAI's advanced language model, ChatGPT, directly into your browser.

With the Say It Better, you'll have the cutting-edge AI technology right at your fingertips, ready to refine, optimize, and transform your selected text on any web page or online text editor. Whether you're drafting an email, writing a blog post, or just brainstorming ideas, this extension is here to help you elevate your writing to new levels of clarity, creativity, and eloquence.

Key Features:

5 Tones: Plain, Concise, Casual, Formal, Just-Fix-Grammar

Text Enhancement: Simply select the text you wish to improve, and Say It Better will provide suggestions to refine and enhance your writing instantly. From expanding on ideas to rectifying grammatical errors, it's like having a personal editor on standby.

Creative Suggestions: Stuck with writer's block? Use the extension to generate creative suggestions and ideas. It's an endless source of inspiration, perfect for every type of writing.

Learning Tool: By using the extension regularly, you'll naturally pick up new vocabulary, grammar structures, and writing styles, thereby improving your own writing skills.

Easy Integration: Works seamlessly within your browser, and supports most online text editors and platforms.

Privacy Ensured: We respect your privacy. Your data is not stored or shared.

Why install the Say It Better? Because it's more than just a writing aid—it's a way to communicate more effectively, create more engaging content, and learn from one of the most advanced AI language models in the world. Whether you're a professional writer, student, or someone who just wants to improve their written communication, the Say It Better is the perfect tool to elevate your writing.

Install now and experience the power of AI-enhanced writing!                    

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

ชื่อ Say It Better Say It Better
ID jjmeigcgllplllpdnmbbigmepfmofcif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/say-it-better/jjmeigcgllplllpdnmbbigmepfmofcif
คำอธิบาย A Chrome extension that prompts ChatGPT to enhance the selected text and enhance your writing skills.
ขนาดไฟล์ 727 KB
จำนวนการติดตั้ง 82
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-05-23
วันที่เผยแพร่ 2023-05-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา enes
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://say-it-better.vercel.app/
URL หน้าช่วยเหลือ https://say-it-better.vercel.app/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Say It Better",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "description": "A Chrome extension that prompts ChatGPT to enhance the selected text and enhance your writing skills.",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "offscreen",
        "clipboardWrite",
        "contextMenus",
        "activeTab",
        "storage",
        "scripting"
    ]
}