Wordsmith

Write with purpose. Write with Wordsmith.

Cos'è Wordsmith?

Wordsmith è un'estensione di Chrome sviluppata da patrick.123.foster, e la sua funzione principale è "Write with purpose. Write with Wordsmith.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Wordsmith

Scarica i file di estensione Wordsmith in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Wordsmith Wordsmith
ID ffjginbaonjceegjiapjgopplicfpbcm
URL Ufficiale https://chromewebstore.google.com/detail/wordsmith/ffjginbaonjceegjiapjgopplicfpbcm
Descrizione Write with purpose. Write with Wordsmith.
Dimensione del File 881 KB
Conteggio Installazioni 38
Versione Corrente 1.01
Ultimo Aggiornamento 2023-02-02
Data di Pubblicazione 2023-02-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore patrick.123.foster
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://try-wordsmith.netlify.app
URL della Pagina di Aiuto https://try-wordsmith.netlify.app
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}