HexiFlow

Turns the page red when you click the icon

什麼是HexiFlow?

HexiFlow是由tayler開發的Chrome擴展程式,該擴展的主要功能是“Turns the page red when you click the icon”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載HexiFlow擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}