Wordsmith

Write with purpose. Write with Wordsmith.

Hvad er Wordsmith?

Wordsmith er en Chrome-udvidelse udviklet af patrick.123.foster, og dens hovedfunktion er "Write with purpose. Write with Wordsmith.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Wordsmith-udvidelses-CRX-fil

Download Wordsmith-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Wordsmith Wordsmith
ID ffjginbaonjceegjiapjgopplicfpbcm
Officiel URL https://chromewebstore.google.com/detail/wordsmith/ffjginbaonjceegjiapjgopplicfpbcm
Beskrivelse Write with purpose. Write with Wordsmith.
Filstørrelse 881 KB
Antal Installationer 38
Nuværende Version 1.01
Senest Opdateret 2023-02-02
Udgivelsesdato 2023-02-01
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler patrick.123.foster
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://try-wordsmith.netlify.app
Hjælpeside-URL https://try-wordsmith.netlify.app
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}