HexiFlow
Turns the page red when you click the icon
Wat is HexiFlow?
HexiFlow is een Chrome-extensie ontwikkeld door tayler, en de belangrijkste functie is "Turns the page red when you click the icon".
Extensie Screenshots
Download het CRX-bestand van de extensie HexiFlow
Download HexiFlow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | HexiFlow |
ID | ljaimemaiojfbankcmddfdgbmmmdajbo |
Officiële URL | https://chromewebstore.google.com/detail/hexiflow/ljaimemaiojfbankcmddfdgbmmmdajbo |
Beschrijving | Turns the page red when you click the icon |
Bestandsgrootte | 2.19 MB |
Aantal Installaties | 20 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2022-09-28 |
Publicatiedatum | 2022-09-28 |
Ontwikkelaar | tayler |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://hexiflow.com |
Help Pagina-URL | https://www.hexigon.ai/resources/support |
URL van de Privacybeleid Pagina | https://www.compo.ai/privacy |
Ondersteunde Talen | 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" ] } ] } |