Wordsmith

Write with purpose. Write with Wordsmith.

Co je Wordsmith?

Wordsmith je rozšíření Chrome vyvinuté patrick.123.foster, a jeho hlavní funkcí je „Write with purpose. Write with Wordsmith.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Wordsmith

Stáhněte si soubory rozšíření Wordsmith ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Wordsmith Wordsmith
ID ffjginbaonjceegjiapjgopplicfpbcm
Oficiální URL https://chromewebstore.google.com/detail/wordsmith/ffjginbaonjceegjiapjgopplicfpbcm
Popis Write with purpose. Write with Wordsmith.
Velikost souboru 881 KB
Počet instalací 38
Aktuální Verze 1.01
Poslední Aktualizace 2023-02-02
Datum Vydání 2023-02-01
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář patrick.123.foster
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://try-wordsmith.netlify.app
URL Stránky Nápovědy https://try-wordsmith.netlify.app
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}