Modkit for Webflow
Free custom modifications for the Webflow Designer
Modkit for Webflow란 무엇입니까?
Modkit for Webflow은(는) https://jetboost.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free custom modifications for the Webflow Designer"입니다.
확장 프로그램 스크린샷
Modkit for Webflow 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NOTE: Modkit for Webflow is developed independently by Jetboost.io, and is not officially endorsed by or affiliated with Webflow, Inc. FEATURES: • Ability to maximize the code editor in the designer. • Option to move the breadcrumb navigation bar to the top of the designer. • Alert: Multiple Affected Elements. Warns you when style changes affect multiple elements. • Alert: Editing Non-Desktop Breakpoint. Prevents accidentally editing a breakpoint other than Desktop. PERMISSIONS: • storage: Saves your modification preferences to your computer. • declarativeContent: Enables the extension popup window. PRIVACY: • Modkit for Webflow doesn't track any data.
확장 프로그램 기본 정보
이름 | |
ID | hnkamojligaipbnhfhhjcmhkinloojhg |
공식 URL | https://chromewebstore.google.com/detail/modkit-for-webflow/hnkamojligaipbnhfhhjcmhkinloojhg |
설명 | Free custom modifications for the Webflow Designer |
파일 크기 | 98.32 KB |
설치 횟수 | 3,338 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2021-09-01 |
출시 날짜 | 2020-05-21 |
평점 | 4.56/5 총 18 개의 평점 |
개발자 | https://jetboost.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://jetboost.io |
개인정보 보호 정책 페이지 URL | https://app.jetboost.io/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Modkit for Webflow", "version": "1.1.0", "description": "Free custom modifications for the Webflow Designer", "background": { "scripts": [ "assets\/background-779e9a01.js" ], "persistent": false }, "content_scripts": [ { "js": [ "assets\/main-22a2482a.js" ], "matches": [ "https:\/\/webflow.com\/design\/*", "https:\/\/*.webflow.com\/design\/*", "http:\/\/webflow.com\/design\/*", "http:\/\/*.webflow.com\/design\/*", "https:\/\/webflow.com\/oauth\/*" ], "css": [ "main.css" ] } ], "page_action": { "default_popup": "popup\/index.html", "default_icon": { "16": "images\/wrench16.png", "48": "images\/wrench48.png", "128": "images\/wrench128.png" } }, "icons": { "16": "images\/wrench16.png", "48": "images\/wrench48.png", "128": "images\/wrench128.png" }, "permissions": [ "declarativeContent", "storage" ], "web_accessible_resources": [ "images\/*", "templates\/*", "designer\/lib\/fluxListener.js", "main.js" ], "externally_connectable": { "matches": [ "https:\/\/webflow.com\/design\/*", "https:\/\/*.webflow.com\/design\/*", "http:\/\/webflow.com\/design\/*", "http:\/\/*.webflow.com\/design\/*" ] } } |