ViDesigns Extension for Webflow

Create, share and upload Webflow components from the Webflow Designer

ViDesigns Extension for Webflowคืออะไร?

ViDesigns Extension for Webflow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://videsigns.uk และคุณลักษณะหลักของมันคือ "Create, share and upload Webflow components from the Webflow Designer"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ViDesigns Extension for Webflow

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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
}