InstaText

Write like a native speaker.

InstaText là gì?

InstaText là một tiện ích mở rộng Chrome được phát triển bởi https://instatext.io, và tính năng chính của nó là "Write like a native speaker.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng InstaText

Tải xuống các tệp mở rộng InstaText dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên InstaText InstaText
ID immpagioobbjjlckfakmgpnbhheamcbi
URL Chính Thức https://chromewebstore.google.com/detail/instatext/immpagioobbjjlckfakmgpnbhheamcbi
Mô tả Write like a native speaker.
Kích Thước Tệp 343 KB
Số Lần Cài Đặt 141,616
Phiên Bản Hiện Tại 1.1.15
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2022-12-21
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://instatext.io
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://instatext.io/
URL Trang Trợ Giúp https://instatext.io/support/
URL Trang Chính Sách Bảo Mật https://instatext.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}