WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
OmniWrite — Your AI-writing companion

OmniWrite — Your AI-writing companion

View on Chrome Web Store
View OmniWrite — Your AI-writing companion Chrome Extension on Chrome Web Store
Add to bookmarks
1.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.

Your browser AI-writing companion
Type
Extension
Users
27 users
1
Website omniwrite.ai
omniwrite.ai
View author page of omniwrite.ai
Published
Published on April 21, 2023
Version 0.0.3.15
Manifest version
3
Updated
Updated on May 15, 2023
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View OmniWrite — Your AI-writing companion 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",
    "description": "Your browser AI-writing companion",
    "version": "0.0.3.15",
    "manifest_version": 3,
    "name": "OmniWrite \u2014 Your AI-writing companion",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.omniwrite.ai\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "contextMenus",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.omniwrite.ai\/"
    ],
    "commands": {
        "open-popup": {
            "suggested_key": {
                "windows": "Ctrl+M",
                "mac": "Command+M",
                "chromeos": "Ctrl+M",
                "linux": "Ctrl+M"
            },
            "description": "Open the popup"
        }
    }
}
© 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