OmniWrite — Your AI-writing companion

Your browser AI-writing companion

OmniWrite — Your AI-writing companion là gì?

OmniWrite — Your AI-writing companion là một tiện ích mở rộng Chrome được phát triển bởi https://omniwrite.ai, và tính năng chính của nó là "Your browser AI-writing companion".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OmniWrite — Your AI-writing companion

Tải xuống các tệp mở rộng OmniWrite — Your AI-writing companion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Generate text with AI.

👉 Compose, reply, expand, shorten, translate, and much more 🙌
👉 Reply in a breeze (Gmail, Twitter, LinkedIn, etc.)
👉 Generate copy for your landing page
👉 Solve the blank page issue forever. Write blog posts in minutes.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OmniWrite — Your AI-writing companion OmniWrite — Your AI-writing companion
ID opkeighmgcdkekpjdmcidgcpobhdopcc
URL Chính Thức https://chromewebstore.google.com/detail/omniwrite-%E2%80%94-your-ai-writi/opkeighmgcdkekpjdmcidgcpobhdopcc
Mô tả Your browser AI-writing companion
Kích Thước Tệp 518 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 0.0.3.15
Cập Nhật Lần Cuối 2023-05-15
Ngày Phát Hành 2023-04-20
Nhà Phát Triển https://omniwrite.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://omniwite.ai
URL Trang Trợ Giúp https://twitter.com/omniwriteai
URL Trang Chính Sách Bảo Mật https://omniwrite.ai/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "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:\/\/*\/*",
                ""
            ],
            "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"
        }
    }
}