一点通AI

基于ChatGPT写作,小红书、短视频、公众号多场景模板,基于SD文生图、抠图、涂抹消除、无损放大、重新构想、移除文字、换背景、草图生图

What is 一点通AI?

一点通AI is a Chrome extension developed by https://www.ydtai.com, and its main feature is "基于ChatGPT写作,小红书、短视频、公众号多场景模板,基于SD文生图、抠图、涂抹消除、无损放大、重新构想、移除文字、换背景、草图生图".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 一点通AI Extension CRX File

Download 一点通AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        基于ChatGPT,四十多款写作模板,覆盖小红书、短视频、公众号、朋友圈、社群等场景,选中文字右击一键修改语气、翻译、总结等。

另外基于SD的强大图片处理能力也助您一臂之力,涂抹消除痕迹、一键抠图、无损放大、重新构想、移除文字、文生图、换背景、草图生图,全部右击鼠标一键完成。                    

Extension Basic Information

Name 一点通AI 一点通AI
ID dfbhdhgmmnmmklhogbejlpmjndjdkfjd
Official URL https://chromewebstore.google.com/detail/%E4%B8%80%E7%82%B9%E9%80%9Aai/dfbhdhgmmnmmklhogbejlpmjndjdkfjd
Description 基于ChatGPT写作,小红书、短视频、公众号多场景模板,基于SD文生图、抠图、涂抹消除、无损放大、重新构想、移除文字、换背景、草图生图
File Size 9.07 MB
Installation Count 48
Current Version 1.0.2
Last Updated 2023-11-13
Publish Date 2023-11-05
Rating 1.00/5 Total 1 Ratings
Developer https://www.ydtai.com
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u4e00\u70b9\u901aAI",
    "version": "1.0.2",
    "description": "\u57fa\u4e8eChatGPT\u5199\u4f5c\uff0c\u5c0f\u7ea2\u4e66\u3001\u77ed\u89c6\u9891\u3001\u516c\u4f17\u53f7\u591a\u573a\u666f\u6a21\u677f\uff0c\u57fa\u4e8eSD\u6587\u751f\u56fe\u3001\u62a0\u56fe\u3001\u6d82\u62b9\u6d88\u9664\u3001\u65e0\u635f\u653e\u5927\u3001\u91cd\u65b0\u6784\u60f3\u3001\u79fb\u9664\u6587\u5b57\u3001\u6362\u80cc\u666f\u3001\u8349\u56fe\u751f\u56fe",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_title": "\u4e00\u70b9\u901aAI",
        "default_icon": {
            "16": "static\/image\/icon16.png",
            "32": "static\/image\/icon32.png",
            "48": "static\/image\/icon48.png",
            "128": "static\/image\/icon128.png"
        }
    },
    "icons": {
        "16": "static\/image\/icon16.png",
        "32": "static\/image\/icon32.png",
        "48": "static\/image\/icon48.png",
        "128": "static\/image\/icon128.png"
    },
    "background": {
        "service_worker": "background.umd.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.umd.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/*.ydtai.com\/*",
            "https:\/\/*.ydtai.com\/*"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}