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은(는) GridUp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build websites smarter in Webflow with automated processes, centralized styles and a synchronized components library."입니다.

확장 프로그램 스크린샷

screenshot

GridUp - Build smarter in Webflow 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}