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文件

下载HexiFlow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}