Lumos Extension for Webflow
Searcher
Lumos Extension for Webflowとは何ですか?
Lumos Extension for Webflowはtimothymricksによって開発されたChromeの拡張機能で、その主な機能は「Searcher」です。
拡張機能のスクリーンショット
Lumos Extension for Webflow拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } ] } |