Library - UI Components for Wix
Build websites faster in Wix with UI components library.
Library - UI Components for Wixとは何ですか?
Library - UI Components for Wixはhttps://certifiedcode.usによって開発されたChromeの拡張機能で、その主な機能は「Build websites faster in Wix with UI components library.」です。
拡張機能のスクリーンショット
Library - UI Components for Wix拡張機能のCRXファイルをダウンロード
Library - UI Components for Wix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to copy components from Library to Wix Website Editor. 拡張機能の基本情報
| 名前 | |
| ID | bidnnalgdambofjfpcdncpjfmamhelmi |
| 公式URL | https://chromewebstore.google.com/detail/library-ui-components-for/bidnnalgdambofjfpcdncpjfmamhelmi |
| 説明 | Build websites faster in Wix with UI components library. |
| ファイルサイズ | 153 KB |
| インストール数 | 570 |
| 現在のバージョン | 3.0.6 |
| 最終更新日 | 2023-10-16 |
| 公開日 | 2022-03-31 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | https://certifiedcode.us |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 拡張機能のウェブサイト | https://www.certifiedcode.us/product/library |
| ヘルプページのURL | https://www.certifiedcode.us/support/contact |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Library - UI Components for Wix",
"description": "Build websites faster in Wix with UI components library.",
"version": "3.0.6",
"manifest_version": 3,
"action": {
"default_icon": {
"64": "assets\/default_icon_64.png",
"24": "assets\/default_icon_24.png"
}
},
"icons": {
"64": "assets\/default_icon_64.png",
"24": "assets\/default_icon_24.png"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/editor.wix.com\/*"
],
"run_at": "document_end",
"js": [
"js\/wix.js",
"js\/editor.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"\/*"
],
"matches": [
"https:\/\/editor.wix.com\/*"
]
}
],
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/editor.wix.com\/*"
]
} | |