HexiFlow

Turns the page red when you click the icon

What is HexiFlow?

HexiFlow is a Chrome extension developed by tayler, and its main feature is "Turns the page red when you click the icon".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download HexiFlow Extension CRX File

Download HexiFlow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name HexiFlow HexiFlow
ID ljaimemaiojfbankcmddfdgbmmmdajbo
Official URL https://chromewebstore.google.com/detail/hexiflow/ljaimemaiojfbankcmddfdgbmmmdajbo
Description Turns the page red when you click the icon
File Size 2.19 MB
Installation Count 20
Current Version 0.1
Last Updated 2022-09-28
Publish Date 2022-09-28
Developer tayler
Email [email protected]
Payment Type free
Extension Website http://hexiflow.com
Help Page URL https://www.hexigon.ai/resources/support
Privacy Policy Page URL https://www.compo.ai/privacy
Supported Languages 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"
            ]
        }
    ]
}