GridUp - Build smarter in Webflow

Build websites smarter in Webflow with automated processes, centralized styles and a synchronized components library.

GridUp - Build smarter in Webflowคืออะไร?

GridUp - Build smarter in Webflow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GridUp และคุณลักษณะหลักของมันคือ "Build websites smarter in Webflow with automated processes, centralized styles and a synchronized components library."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GridUp - Build smarter in Webflow

ดาวน์โหลดไฟล์ส่วนขยาย GridUp - Build smarter in Webflow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Build smarter in Webflow with GridUp. Set up your project with our automatic site builder that generates and synchronizes all the styles in your project. Select your favorite components, copy them in, and have them automatically update with the styles you defined. Generate a set of new pages that already contain not only the defined page structure, but also the selected navigation bar and footer. Stop repeating yourself and build like a pro with GridUp.

Features:

✓ Our site builder guides you through the setup process by defining the most important styles for your project and specifying elements such as navbar, footer, and buttons. It generates a central style guide for you based on the Finsweet style system, which contains the defined styles for this project.

✓ Choose your favorite components from our component library, copy them into the project, and watch the component styles and buttons sync automatically. No redundancy, no mistakes.

✓ Add multiple pages with page structure at once and watch them appear fully automated with navigation bar, page structure and footer in seconds.

✓ Add a page structure to existing pages and define how the classes should be merged.
 
✓ Mark your favorite pages and components and have them at your fingertips at any time.

Build smart, GridUp.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GridUp - Build smarter in Webflow GridUp - Build smarter in Webflow
ID ggohgkbkdabdhhclimnjdbpbkbjmhgck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gridup-build-smarter-in-w/ggohgkbkdabdhhclimnjdbpbkbjmhgck
คำอธิบาย Build websites smarter in Webflow with automated processes, centralized styles and a synchronized components library.
ขนาดไฟล์ 265 KB
จำนวนการติดตั้ง 553
เวอร์ชันปัจจุบัน 1.0.11
อัปเดตครั้งล่าสุด 2024-01-22
วันที่เผยแพร่ 2022-12-22
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา GridUp
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.gridup.io
URL หน้าช่วยเหลือ https://www.gridup.io/support
URL หน้านโยบายความเป็นส่วนตัว https://www.gridup.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Build websites smarter in Webflow with automated processes, centralized styles and a synchronized components library.",
    "version": "1.0.11",
    "manifest_version": 3,
    "name": "GridUp - Build smarter in Webflow",
    "action": {
        "default_icon": "img\/icon-48.png"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.webflow.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.webflow.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*",
                "*.svg",
                "\/webflow.bundle.js"
            ],
            "matches": [
                "https:\/\/*.webflow.com\/*"
            ]
        }
    ]
}