Wordsmith

Write with purpose. Write with Wordsmith.

Wordsmith là gì?

Wordsmith là một tiện ích mở rộng Chrome được phát triển bởi patrick.123.foster, và tính năng chính của nó là "Write with purpose. Write with Wordsmith.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wordsmith

Tải xuống các tệp mở rộng Wordsmith dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wordsmith Wordsmith
ID ffjginbaonjceegjiapjgopplicfpbcm
URL Chính Thức https://chromewebstore.google.com/detail/wordsmith/ffjginbaonjceegjiapjgopplicfpbcm
Mô tả Write with purpose. Write with Wordsmith.
Kích Thước Tệp 881 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.01
Cập Nhật Lần Cuối 2023-02-02
Ngày Phát Hành 2023-02-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển patrick.123.foster
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://try-wordsmith.netlify.app
URL Trang Trợ Giúp https://try-wordsmith.netlify.app
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}