ViDesigns Extension for Webflow
Create, share and upload Webflow components from the Webflow Designer
什麼是ViDesigns Extension for Webflow?
ViDesigns Extension for Webflow是由https://videsigns.uk開發的Chrome擴展程式,該擴展的主要功能是“Create, share and upload Webflow components from the Webflow Designer”。
擴展截圖
下載ViDesigns Extension for Webflow擴展crx文件
下載ViDesigns Extension for Webflow擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
🚀 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.
擴展基本資訊
名稱 | ViDesigns Extension for Webflow |
ID | epegfofibengnfhehlblkjpaplobhlmf |
官方網址 | https://chromewebstore.google.com/detail/videsigns-extension-for-w/epegfofibengnfhehlblkjpaplobhlmf |
簡介 | Create, share and upload Webflow components from the Webflow Designer |
檔案大小 | 238 KB |
安裝次數 | 692 |
目前版本 | 1.7.5 |
更新時間 | 2024-02-16 |
上架時間 | 2023-05-04 |
評分 | 5.00/5 共 7 次評分 |
開發者 | https://videsigns.uk |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.videsigns.uk/extension |
說明頁面URL | https://join.slack.com/t/vdscommunity/shared_invite/zt-1jeqbciw0-xw6W00MF7A8KkvrRdegdwg |
隱私政策頁面URL | https://www.videsigns.uk/privacy-policy |
支援的語言 | 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 } |