InstaText

Write like a native speaker.

Vad är InstaText?

InstaText är en Chrome-tillägg utvecklad av https://instatext.io, och dess huvudfunktion är "Write like a native speaker.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner InstaText-förlängningens CRX-fil

Ladda ner InstaText-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn InstaText InstaText
ID immpagioobbjjlckfakmgpnbhheamcbi
Officiell webbadress https://chromewebstore.google.com/detail/instatext/immpagioobbjjlckfakmgpnbhheamcbi
Beskrivning Write like a native speaker.
Filstorlek 343 KB
Antal Installationer 141,616
Aktuell Version 1.1.15
Senast Uppdaterad 2024-02-19
Publiceringsdatum 2022-12-21
Betyg 4.50/5 Totalt 8 Betyg
Utvecklare https://instatext.io
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://instatext.io/
Hjälpsida URL https://instatext.io/support/
URL till Sekretesspolicy Sidan https://instatext.io/privacy-policy
Stödda Språk 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
}