Lumos Extension for Webflow
Searcher
Lumos Extension for Webflowคืออะไร?
Lumos Extension for Webflow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย timothymricks และคุณลักษณะหลักของมันคือ "Searcher"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lumos Extension for Webflow
ดาวน์โหลดไฟล์ส่วนขยาย Lumos Extension for Webflow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is built to be used on Webflow.com. It displays any Lumos CSS Utilities & Attribute Values created in the Webflow embeds to select from visually in the Webflow designer. 1. Add double dashes in your class name to view utilities 2. Use up and down arrow keys to navigate 3. Use command (or windows key) + right arrow to select Generously developed by https://www.fri3nds.com/ Chrome Extension for the Lumos Framework https://timothyricks.notion.site/Lumos-v2-Docs-6d1139068f7442d49494ec3b581cf09d?pvs=4
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Lumos Extension for Webflow |
ID | hclnndibcedglllpoaajibpnoacaolpj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lumos-extension-for-webfl/hclnndibcedglllpoaajibpnoacaolpj |
คำอธิบาย | Searcher |
ขนาดไฟล์ | 53.47 KB |
จำนวนการติดตั้ง | 1,197 |
เวอร์ชันปัจจุบัน | 1.8 |
อัปเดตครั้งล่าสุด | 2024-03-05 |
วันที่เผยแพร่ | 2023-08-16 |
คะแนน | 5.00/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | timothymricks |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://timothyricks.notion.site/Lumos-v2-Docs-6d1139068f7442d49494ec3b581cf09d?pvs=4 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Lumos Extension for Webflow", "description": "Searcher", "version": "1.8", "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "content_scripts": [ { "js": [ "scripts\/jquery-3.6.0.min.js", "scripts\/content.js" ], "css": [ "css\/index.css" ], "matches": [ "https:\/\/webflow.com\/design\/*", "https:\/\/*.design.webflow.com\/*" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/webflow.com\/*" ], "resources": [ "images\/*" ], "use_dynamic_url": false } ] } |