Writeseed AI Writer

Create your content where you need it with AI

什么是Writeseed AI Writer?

Writeseed AI Writer是由Writeseed开发的Chrome扩展程序,该扩展的主要功能是“Create your content where you need it with AI”。

扩展截图

screenshot
screenshot
screenshot

下载Writeseed AI Writer扩展crx文件

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

扩展使用说明

                        Create content right where you need it, from ad copy to emails or blog posts. With the Writeseed extension you can let the AI do the writing for you by adding two "++" to the end of a command or paragraph.

By default our extension supports different languages and can also write code for you. Currently our extension works with the classic Wordpress editor.                    

扩展基本信息

名称 Writeseed AI Writer Writeseed AI Writer
ID cpgmjmiadfoopcjpjinpdjadmljnlnej
官方URL https://chromewebstore.google.com/detail/writeseed-ai-writer/cpgmjmiadfoopcjpjinpdjadmljnlnej
简介 Create your content where you need it with AI
文件大小 163 KB
安装次数 779
当前版本 1.3
更新时间 2023-03-28
上架时间 2023-03-07
评分 3.00/5 共3次评分
开发者 Writeseed
电子邮箱 [email protected]
付费类型 free
扩展官网 https://writeseed.com
隐私政策页面URL https://writeseed.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Writeseed AI Writer",
    "version": "1.3",
    "description": "Create your content where you need it with AI",
    "permissions": [
        "declarativeContent",
        "",
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "layout.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}