Wordsmith

Write with purpose. Write with Wordsmith.

什么是Wordsmith?

Wordsmith是由patrick.123.foster开发的Chrome扩展程序,该扩展的主要功能是“Write with purpose. Write with Wordsmith.”。

扩展截图

screenshot
screenshot
screenshot

下载Wordsmith扩展crx文件

下载Wordsmith扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Wordsmith Wordsmith
ID ffjginbaonjceegjiapjgopplicfpbcm
官方URL https://chromewebstore.google.com/detail/wordsmith/ffjginbaonjceegjiapjgopplicfpbcm
简介 Write with purpose. Write with Wordsmith.
文件大小 881 KB
安装次数 38
当前版本 1.01
更新时间 2023-02-02
上架时间 2023-02-01
评分 5.00/5 共1次评分
开发者 patrick.123.foster
电子邮箱 [email protected]
付费类型 free
扩展官网 https://try-wordsmith.netlify.app
帮助页面URL https://try-wordsmith.netlify.app
支持的语言 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": [
                ""
            ]
        }
    ]
}