HexiFlow

Turns the page red when you click the icon

Τι είναι το HexiFlow;

Το HexiFlow είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tayler, και η κύρια λειτουργία του είναι "Turns the page red when you click the icon".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης HexiFlow

Λήψη αρχείων επέκτασης 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"
            ]
        }
    ]
}