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
公式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
Eメール [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"
            ]
        }
    ]
}