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 |
公式URL | 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 |
Eメール | [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 } |