Minimal Square - Webflow Chrome Extension
Supercharge your Webflow productivity with the Minimal Square Chrome Extension.
Minimal Square - Webflow Chrome Extension란 무엇입니까?
Minimal Square - Webflow Chrome Extension은(는) Minimal Square에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Supercharge your Webflow productivity with the Minimal Square Chrome Extension."입니다.
확장 프로그램 스크린샷
Minimal Square - Webflow Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Minimal Square is a powerful and easy-to-use Chrome extension designed specifically for Webflow users. With this extension, you can easily rename Webflow classes on-the-fly, making it easier to organize your project and keep your code clean. With a click of a button rename classes from client-first naming convention to Webflow Marketplace-compliant naming convention. Your previous work will be backed up so you do not need to worry.
확장 프로그램 기본 정보
이름 | Minimal Square - Webflow Chrome Extension |
ID | gjpkkbpdkgekjembbfnkhjkmbjhfpmla |
공식 URL | https://chromewebstore.google.com/detail/minimal-square-webflow-ch/gjpkkbpdkgekjembbfnkhjkmbjhfpmla |
설명 | Supercharge your Webflow productivity with the Minimal Square Chrome Extension. |
파일 크기 | 11.17 KB |
설치 횟수 | 211 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-12-26 |
출시 날짜 | 2023-04-20 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Minimal Square |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Minimal Square - Webflow Chrome Extension", "author": "Minimal Square", "version": "1.0.1", "description": "Supercharge your Webflow productivity with the Minimal Square Chrome Extension.", "content_scripts": [ { "js": [ "assets\/content-script-loader.index.js", "assets\/content-script-loader.injected.js" ], "matches": [ "https:\/\/*.design.webflow.com\/*" ], "run_at": "document_idle", "css": [ "assets\/index.js.css" ] } ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*.design.webflow.com\/*" ], "resources": [ "images\/*" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/*.design.webflow.com\/*" ], "resources": [ "assets\/index.js", "assets\/injected.js" ], "use_dynamic_url": true } ] } |