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
官方網址 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": [
                ""
            ]
        }
    ]
}