Flowbase Chrome Extension

Unlock advanced features directly inside of the Webflow designer. Copy from thousands of components, free icon packs and much more!

Flowbase Chrome Extension란 무엇입니까?

Flowbase Chrome Extension은(는) Flowbase에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unlock advanced features directly inside of the Webflow designer. Copy from thousands of components, free icon packs and much more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Flowbase Chrome Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Flowbase Chrome Extension unlocks advanced features directly inside of your Webflow designer. Copy from thousands of components and free icon packs, optimize your assets, add custom shortcuts, merge your classes and so much more.

Features:

✓ 2,000+ components at your fingertips (including navigations, footers, headers and more) which you can instantly copy and paste without ever leaving the Webflow designer

✓ Advanced functionality directly inside of Webflow. This currently includes features such as our Figma > Webflow Color Importer, Custom Webflow Shortcuts, Image Asset Optimizer, Class Merger & More.

✓ Thousands of SVG icons that can be added and customised in seconds by using Webflow's in-app color tools. Set hover effects and color changes with complete ease

✓ Complete Webflow Development System which helps you seamlessly build clean, consistent and scalable websites. This includes hundreds of utility elements and wireframe components that can help you speed up your builds and deliver consistent projects

✓ Access Guides to help you build more complex and advanced functionality using our simple step by step instructions. Easily implement useful scripts including datepickers, cookies, sliders and so much more

Build better, build faster with Flowbase.                    

확장 프로그램 기본 정보

이름 Flowbase Chrome Extension Flowbase Chrome Extension
ID iknjnejdhiihfdoocnefildgbjgaeocf
공식 URL https://chromewebstore.google.com/detail/flowbase-chrome-extension/iknjnejdhiihfdoocnefildgbjgaeocf
설명 Unlock advanced features directly inside of the Webflow designer. Copy from thousands of components, free icon packs and much more!
파일 크기 1.54 MB
설치 횟수 9,294
현재 버전 2.2.0
최근 업데이트 2024-02-14
출시 날짜 2022-03-14
평점 5.00/5 총 10 개의 평점
개발자 Flowbase
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.flowbase.co
도움말 페이지 URL https://www.flowbase.co/support
개인정보 보호 정책 페이지 URL https://www.flowbase.co/legal/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flowbase Chrome Extension",
    "description": "Unlock advanced features directly inside of the Webflow designer. Copy from thousands of components, free icon packs and much more!",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/logo16-color.png",
            "48": "assets\/icons\/logo48-color.png",
            "128": "assets\/icons\/logo128-color.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "Flowbase"
    },
    "icons": {
        "48": "assets\/icons\/logo48-color.png",
        "128": "assets\/icons\/logo128-color.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webflow.com\/design*",
                "https:\/\/*.design.webflow.com\/*"
            ],
            "css": [
                "panel\/style.css"
            ],
            "js": [
                "panel\/index.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/webflow.com\/*",
                "https:\/\/*.design.webflow.com\/*"
            ],
            "resources": [
                "assets\/images\/*",
                "assets\/icons\/*",
                "assets\/fonts\/*",
                "popup\/*",
                "integration.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "version": "2.2.0"
}