Wordsmith

Write with purpose. Write with Wordsmith.

Was ist Wordsmith?

Wordsmith ist eine Chrome-Erweiterung, die von patrick.123.foster entwickelt wurde, und ihr Hauptmerkmal ist "Write with purpose. Write with Wordsmith.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Wordsmith-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wordsmith-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Wordsmith Wordsmith
ID ffjginbaonjceegjiapjgopplicfpbcm
Offizielle URL https://chromewebstore.google.com/detail/wordsmith/ffjginbaonjceegjiapjgopplicfpbcm
Beschreibung Write with purpose. Write with Wordsmith.
Dateigröße 881 KB
Installationsanzahl 38
Aktuelle Version 1.01
Letztes Update 2023-02-02
Veröffentlichungsdatum 2023-02-01
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler patrick.123.foster
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://try-wordsmith.netlify.app
Hilfeseite URL https://try-wordsmith.netlify.app
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}