HexiFlow

Turns the page red when you click the icon

HexiFlow란 무엇입니까?

HexiFlow은(는) tayler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turns the page red when you click the icon"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

HexiFlow 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Your Extension for Robust, Component-Driven Webflow Projects: A Webflow power up and central hub for designers, engineers, product and marketing teams to build component libraries, and drag and drop them into a WF project. Connect everyone working with your design system.

HexiFlow is the official Sendero to Webflow Chrome Extension made by HexigonAI. Connect your Sendero database or copy and paste logic driven components inside your Webflow project. Its easy and free to create an Sendero account through Sendero.Cloud and use this extension to power your Webflow instance. 

Driven by the Webflow community, this will be the only instance you need to power up your Webflow projects. Get help by reaching out to [email protected]                    

확장 프로그램 기본 정보

이름 HexiFlow HexiFlow
ID ljaimemaiojfbankcmddfdgbmmmdajbo
공식 URL https://chromewebstore.google.com/detail/hexiflow/ljaimemaiojfbankcmddfdgbmmmdajbo
설명 Turns the page red when you click the icon
파일 크기 2.19 MB
설치 횟수 20
현재 버전 0.1
최근 업데이트 2022-09-28
출시 날짜 2022-09-28
개발자 tayler
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://hexiflow.com
도움말 페이지 URL https://www.hexigon.ai/resources/support
개인정보 보호 정책 페이지 URL https://www.compo.ai/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HexiFlow",
    "action": [],
    "manifest_version": 3,
    "version": "0.1",
    "description": "Turns the page red when you click the icon",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webflow.com\/design\/*"
            ],
            "js": [
                "public\/jquery.1.10.2.min.js",
                "content.js",
                "dist\/js\/chunk-vendors.js",
                "dist\/js\/app.js"
            ],
            "css": [
                "style.css",
                "dist\/css\/app.css"
            ]
        }
    ]
}