Library - UI Components for Wix
Build websites faster in Wix with UI components library.
Co je Library - UI Components for Wix?
Library - UI Components for Wix je rozšíření Chrome vyvinuté https://certifiedcode.us, a jeho hlavní funkcí je „Build websites faster in Wix with UI components library.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Library - UI Components for Wix
Stáhněte si soubory rozšíření Library - UI Components for Wix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension allows you to copy components from Library to Wix Website Editor.
Základní Informace o Rozšíření
Název | Library - UI Components for Wix |
ID | bidnnalgdambofjfpcdncpjfmamhelmi |
Oficiální URL | https://chromewebstore.google.com/detail/library-ui-components-for/bidnnalgdambofjfpcdncpjfmamhelmi |
Popis | Build websites faster in Wix with UI components library. |
Velikost souboru | 153 KB |
Počet instalací | 570 |
Aktuální Verze | 3.0.6 |
Poslední Aktualizace | 2023-10-16 |
Datum Vydání | 2022-03-31 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | https://certifiedcode.us |
[email protected] | |
Typ Platby | in_app |
Webové stránky Rozšíření | https://www.certifiedcode.us/product/library |
URL Stránky Nápovědy | https://www.certifiedcode.us/support/contact |
Podporované Jazyky | 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\/*" ] } |