Wordsmith

Write with purpose. Write with Wordsmith.

Qu'est-ce que Wordsmith ?

Wordsmith est une extension Chrome développée par patrick.123.foster, et sa fonction principale est "Write with purpose. Write with Wordsmith.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Wordsmith

Téléchargez les fichiers d'extension Wordsmith au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Wordsmith Wordsmith
ID ffjginbaonjceegjiapjgopplicfpbcm
URL Officiel https://chromewebstore.google.com/detail/wordsmith/ffjginbaonjceegjiapjgopplicfpbcm
Description Write with purpose. Write with Wordsmith.
Taille du Fichier 881 KB
Nombre d'Installations 38
Version Actuelle 1.01
Dernière Mise à Jour 2023-02-02
Date de Publication 2023-02-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur patrick.123.foster
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://try-wordsmith.netlify.app
URL de la Page d'Aide https://try-wordsmith.netlify.app
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}