OmniWrite — Your AI-writing companion

Your browser AI-writing companion

ما هو OmniWrite — Your AI-writing companion؟

OmniWrite — Your AI-writing companion هو إضافة Chrome تم تطويرها بواسطة https://omniwrite.ai، والميزة الرئيسية لها هي "Your browser AI-writing companion".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة OmniWrite — Your AI-writing companion

قم بتنزيل ملفات الامتداد OmniWrite — Your AI-writing companion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم OmniWrite — Your AI-writing companion OmniWrite — Your AI-writing companion
ID opkeighmgcdkekpjdmcidgcpobhdopcc
عنوان URL الرسمي https://chromewebstore.google.com/detail/omniwrite-%E2%80%94-your-ai-writi/opkeighmgcdkekpjdmcidgcpobhdopcc
الوصف Your browser AI-writing companion
حجم الملف 518 KB
عدد التثبيتات 34
النسخة الحالية 0.0.3.15
آخر تحديث 2023-05-15
تاريخ النشر 2023-04-20
المطور https://omniwrite.ai
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://omniwite.ai
عنوان صفحة المساعدة https://twitter.com/omniwriteai
عنوان صفحة سياسة الخصوصية https://omniwrite.ai/privacy
اللغات المدعومة 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"
        }
    }
}