HexiFlow
Turns the page red when you click the icon
HexiFlowคืออะไร?
HexiFlow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tayler และคุณลักษณะหลักของมันคือ "Turns the page red when you click the icon"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" ] } ] } |