Lumos Extension for Webflow
Searcher
Lumos Extension for Webflow란 무엇입니까?
Lumos Extension for Webflow은(는) timothymricks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Searcher"입니다.
확장 프로그램 스크린샷
Lumos Extension for Webflow 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } ] } |