COMPO Search

Compo Search utilizes AI and natural language technology to generate components for your Webflow Project

什么是COMPO Search?

COMPO Search是由https://compo.ai开发的Chrome扩展程序,该扩展的主要功能是“Compo Search utilizes AI and natural language technology to generate components for your Webflow Project”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载COMPO Search扩展crx文件

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

扩展使用说明

                        Discover the AI Component-Driven platform that gives you the freedom to create, design, manage and develop your web presence exactly the way you want, all with a single line of text inside Webflow. Copy and Paste the ai-based search result into your project. With over 1000+ components, create any type of Webflow-based layouts and edit the work directly inside the dom.                    

扩展基本信息

名称 COMPO Search COMPO Search
ID fnacpojbpefeiienfbpcdbjiloakfhlb
官方URL https://chromewebstore.google.com/detail/compo-search/fnacpojbpefeiienfbpcdbjiloakfhlb
简介 Compo Search utilizes AI and natural language technology to generate components for your Webflow Project
文件大小 1 MB
安装次数 122
当前版本 0.2
更新时间 2023-04-16
上架时间 2023-04-10
开发者 https://compo.ai
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.compo.ai
帮助页面URL http://www.compo.ai/support
隐私政策页面URL https://www.compo.ai/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "COMPO Search",
    "action": [],
    "manifest_version": 3,
    "version": "0.2",
    "description": " Compo Search utilizes AI and natural language technology to generate components for your Webflow Project",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webflow.com\/design\/*"
            ],
            "js": [
                "public\/jquery.1.10.2.min.js",
                "content.js",
                "dist\/js\/chunk-vendors.js",
                "dist\/js\/app.js"
            ],
            "css": [
                "style.css",
                "dist\/css\/app.css"
            ]
        }
    ]
}