HexiFlow
Turns the page red when you click the icon
Qu'est-ce que HexiFlow ?
HexiFlow est une extension Chrome développée par tayler, et sa fonction principale est "Turns the page red when you click the icon".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HexiFlow
Téléchargez les fichiers d'extension HexiFlow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | HexiFlow |
ID | ljaimemaiojfbankcmddfdgbmmmdajbo |
URL Officiel | https://chromewebstore.google.com/detail/hexiflow/ljaimemaiojfbankcmddfdgbmmmdajbo |
Description | Turns the page red when you click the icon |
Taille du Fichier | 2.19 MB |
Nombre d'Installations | 20 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2022-09-28 |
Date de Publication | 2022-09-28 |
Développeur | tayler |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://hexiflow.com |
URL de la Page d'Aide | https://www.hexigon.ai/resources/support |
URL de la Page de Politique de Confidentialité | https://www.compo.ai/privacy |
Langues Prises en Charge | 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" ] } ] } |