Wordsmith

Write with purpose. Write with Wordsmith.

ما هو Wordsmith؟

Wordsmith هو إضافة Chrome تم تطويرها بواسطة patrick.123.foster، والميزة الرئيسية لها هي "Write with purpose. Write with Wordsmith.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Wordsmith

قم بتنزيل ملفات الامتداد Wordsmith بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Wordsmith is a GPT-3 powered AI writing assistant. While writing emails or essays, simply highlight any amount of text and Wordsmith's popup will show up. You can select between seven option of how to rewrite the section of text. These include applying a scholarly tone, a professional tone, broadening your vocabulary, using an active voice, adding vivid details, shortening it, or making it longer.                    

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

الاسم Wordsmith Wordsmith
ID ffjginbaonjceegjiapjgopplicfpbcm
عنوان URL الرسمي https://chromewebstore.google.com/detail/wordsmith/ffjginbaonjceegjiapjgopplicfpbcm
الوصف Write with purpose. Write with Wordsmith.
حجم الملف 881 KB
عدد التثبيتات 38
النسخة الحالية 1.01
آخر تحديث 2023-02-02
تاريخ النشر 2023-02-01
تقييم 5.00/5 مجموع تقييمات 1
المطور patrick.123.foster
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://try-wordsmith.netlify.app
عنوان صفحة المساعدة https://try-wordsmith.netlify.app
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordsmith",
    "description": "Write with purpose. Write with Wordsmith.",
    "version": "1.01",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}