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