BetterWriter.ai

Select text and generate alternative suggestions.

BetterWriter.aiคืออะไร?

BetterWriter.ai เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://betterwriter.ai และคุณลักษณะหลักของมันคือ "Select text and generate alternative suggestions."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BetterWriter.ai

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

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

                        Simply install a Chrome Extension to write better and faster with GPT-3. https://betterwriter.ai/                    

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

ชื่อ BetterWriter.ai BetterWriter.ai
ID fjkbkpcdannglhledpgjefalcfkbibng
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/betterwriterai/fjkbkpcdannglhledpgjefalcfkbibng
คำอธิบาย Select text and generate alternative suggestions.
ขนาดไฟล์ 241 KB
จำนวนการติดตั้ง 613
เวอร์ชันปัจจุบัน 0.21
อัปเดตครั้งล่าสุด 2021-08-18
วันที่เผยแพร่ 2021-05-11
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://betterwriter.ai
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://betterwriter.ai/
URL หน้านโยบายความเป็นส่วนตัว https://betterwriter.ai/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BetterWriter.ai",
    "version": "0.21",
    "description": "Select text and generate alternative suggestions.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "16": ".\/obj-16x16.png",
        "32": ".\/obj-32x32.png",
        "48": ".\/obj-48x48.png",
        "128": ".\/obj-128x128.png"
    }
}