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」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |