InstaText

Write like a native speaker.

什么是InstaText?

InstaText是由https://instatext.io开发的Chrome扩展程序,该扩展的主要功能是“Write like a native speaker.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载InstaText扩展crx文件

下载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
}