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
官方網址 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
}