Lumos Extension for Webflow
Searcher
Lumos Extension for Webflow क्या है?
Lumos Extension for Webflow timothymricks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Searcher"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lumos Extension for Webflow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } ] } |