ViDesigns Extension for Webflow
Create, share and upload Webflow components from the Webflow Designer
ViDesigns Extension for Webflow là gì?
ViDesigns Extension for Webflow là một tiện ích mở rộng Chrome được phát triển bởi https://videsigns.uk, và tính năng chính của nó là "Create, share and upload Webflow components from the Webflow Designer".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ViDesigns Extension for Webflow
Tải xuống các tệp mở rộng ViDesigns Extension for Webflow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
🚀 Changelog v1.7.5 Updated UI to match Webflow's new branding and UI! 💜 Enjoy all these fantastic features: 💜 Create and store components to expedite page creation. 🔎 Seamlessly search for components, saving you valuable time. 🚚 Export and share components with anyone for collaborative work. 🔺 Upload components effortlessly, expanding your library. 🗂 Folders - Organize your components for better accessibility. ⚙️ Backups - Never lose your components again. Automatic backups are taken once every week. Exciting upcoming features on the horizon: ⭐️ Favourites - Mark your go-to components for quick access. 🔗 Link components to code for a streamlined development process.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ViDesigns Extension for Webflow |
ID | epegfofibengnfhehlblkjpaplobhlmf |
URL Chính Thức | https://chromewebstore.google.com/detail/videsigns-extension-for-w/epegfofibengnfhehlblkjpaplobhlmf |
Mô tả | Create, share and upload Webflow components from the Webflow Designer |
Kích Thước Tệp | 238 KB |
Số Lần Cài Đặt | 692 |
Phiên Bản Hiện Tại | 1.7.5 |
Cập Nhật Lần Cuối | 2024-02-16 |
Ngày Phát Hành | 2023-05-04 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://videsigns.uk |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.videsigns.uk/extension |
URL Trang Trợ Giúp | https://join.slack.com/t/vdscommunity/shared_invite/zt-1jeqbciw0-xw6W00MF7A8KkvrRdegdwg |
URL Trang Chính Sách Bảo Mật | https://www.videsigns.uk/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ViDesigns Extension for Webflow", "description": "Create, share and upload Webflow components from the Webflow Designer", "version": "1.7.5", "permissions": [ "storage", "unlimitedStorage" ], "background": { "service_worker": "background.js" }, "icons": { "32": "32x32.png", "48": "48x48.png", "128": "128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/webflow.com\/design*", "https:\/\/*.design.webflow.com\/*" ], "css": [ "index.css" ], "js": [ "script.js" ] } ], "manifest_version": 3 } |