HexiFlow

Turns the page red when you click the icon

¿Qué es HexiFlow?

HexiFlow es una extensión de Chrome desarrollada por tayler, y su función principal es "Turns the page red when you click the icon".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión HexiFlow

Descarga archivos de extensión HexiFlow en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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]                    

Información Básica de la Extensión

Nombre HexiFlow HexiFlow
ID ljaimemaiojfbankcmddfdgbmmmdajbo
URL Oficial https://chromewebstore.google.com/detail/hexiflow/ljaimemaiojfbankcmddfdgbmmmdajbo
Descripción Turns the page red when you click the icon
Tamaño del Archivo 2.19 MB
Cantidad de Instalaciones 20
Versión Actual 0.1
Última Actualización 2022-09-28
Fecha de Publicación 2022-09-28
Desarrollador tayler
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://hexiflow.com
URL de la Página de Ayuda https://www.hexigon.ai/resources/support
URL de la Página de Política de Privacidad https://www.compo.ai/privacy
Idiomas Soportados 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"
            ]
        }
    ]
}