WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Write Better AI - GPT Text Editor & Writing Assistant

Write Better AI - GPT Text Editor & Writing Assistant

View on Chrome Web Store
View Write Better AI - GPT Text Editor & Writing Assistant Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
2 views
This extension has been viewed 2 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Improve your writing with AI-powered text rewriting. Simple, fast, and secure - just bring your OpenAI API key.
Type
Extension
Users
72 users
8
Stefan Teresiak
View author page of Stefan Teresiak
Published
Published on December 30, 2024
Version 1.0.2
Manifest version
3
Updated
Updated on January 3, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Write Better AI - GPT Text Editor & Writing Assistant Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Write Better AI - GPT Text Editor & Writing Assistant",
    "version": "1.0.2",
    "description": "Improve your writing with AI-powered text rewriting. Simple, fast, and secure - just bring your OpenAI API key.",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "commands"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "dist\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "dist\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "commands": {
        "rewrite-text": {
            "suggested_key": {
                "default": "Ctrl+Shift+R",
                "mac": "Command+Shift+R"
            },
            "description": "Rewrite selected text with AI"
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top