InstaText

Write like a native speaker.

InstaTextคืออะไร?

InstaText เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://instatext.io และคุณลักษณะหลักของมันคือ "Write like a native speaker."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Improve your text with the most productive writing assistant, proofreader and editor.

Increase your productivity with an interactive writing assistant and editing tool that helps you to improve your texts and make them more readable and understandable. InstaText improves styling and word choice, corrects grammatical errors and enriches your content.

Use InstaText browser extension for emails and messages, documents and projects, and even for social media posts. No copy & paste required!

🎯 Communicate effectively: Write clearly and accurately, produce high quality and efficient sentences.
🚀 Boost productivity: Improve your text interactively and quickly get ideas on how to improve your text.
✍️ Self-improvement: Make your writing stand out and learn how to write better English.

InstaText is more than just a grammar checker: it is an indispensable writing aid for non-native speakers and perhaps the most popular academic writing tool.

InstaText fully respects your privacy. With InstaText, your texts are never stored. InstaText browser extension does not proofread the text as you write it. You select the text and click the button or press Ctrl+D (or Cmd+D) to send it for improvement.

Join millions of users from 220+ countries and elevate your writing with InstaText. Our team is continuously improving the tool based on user feedback. Reach out to us at [email protected] for any questions or suggestions.

Want to write like a native speaker? 👉 Install InstaText now!                    

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

ชื่อ InstaText InstaText
ID immpagioobbjjlckfakmgpnbhheamcbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instatext/immpagioobbjjlckfakmgpnbhheamcbi
คำอธิบาย Write like a native speaker.
ขนาดไฟล์ 343 KB
จำนวนการติดตั้ง 141,616
เวอร์ชันปัจจุบัน 1.1.15
อัปเดตครั้งล่าสุด 2024-02-19
วันที่เผยแพร่ 2022-12-21
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://instatext.io
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://instatext.io/
URL หน้าช่วยเหลือ https://instatext.io/support/
URL หน้านโยบายความเป็นส่วนตัว https://instatext.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InstaText",
    "version": "1.1.15",
    "description": "Write like a native speaker.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/itButton.css",
                "css\/highlight.css"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_idle",
            "match_origin_as_fallback": true
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/editor.js"
            ],
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "js\/canvasFallback.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/alertMessages.json"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "js\/web-accessible\/overleaf.js"
            ],
            "matches": [
                "*:\/\/www.overleaf.com\/*"
            ]
        },
        {
            "resources": [
                "js\/web-accessible\/gdocs.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon-48x48.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/instatext.io\/*"
        ]
    },
    "manifest_version": 3
}