HexiFlow

Turns the page red when you click the icon

HexiFlow क्या है?

HexiFlow tayler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turns the page red when you click the icon"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HexiFlow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}