Wordsmith

Write with purpose. Write with Wordsmith.

Wat is Wordsmith?

Wordsmith is een Chrome-extensie ontwikkeld door patrick.123.foster, en de belangrijkste functie is "Write with purpose. Write with Wordsmith.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Wordsmith

Download Wordsmith-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Wordsmith Wordsmith
ID ffjginbaonjceegjiapjgopplicfpbcm
Officiële URL https://chromewebstore.google.com/detail/wordsmith/ffjginbaonjceegjiapjgopplicfpbcm
Beschrijving Write with purpose. Write with Wordsmith.
Bestandsgrootte 881 KB
Aantal Installaties 38
Huidige Versie 1.01
Laatst Bijgewerkt 2023-02-02
Publicatiedatum 2023-02-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar patrick.123.foster
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://try-wordsmith.netlify.app
Help Pagina-URL https://try-wordsmith.netlify.app
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}