Frames
Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble™ no-code app.
Frames란 무엇입니까?
Frames은(는) https://madewithframes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble™ no-code app."입니다.
확장 프로그램 스크린샷
Frames 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Provides access to a library of professional design elements for applications built using the Bubble™ no-code software development platform. #madewithframes
확장 프로그램 기본 정보
이름 | Frames |
ID | hihddnjamcpdegjphaokpldajmpcmlkc |
공식 URL | https://chromewebstore.google.com/detail/frames/hihddnjamcpdegjphaokpldajmpcmlkc |
설명 | Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble™ no-code app. |
파일 크기 | 48.7 KB |
설치 횟수 | 5,586 |
현재 버전 | 0.13.1 |
최근 업데이트 | 2024-01-05 |
출시 날짜 | 2021-09-06 |
평점 | 4.50/5 총 18 개의 평점 |
개발자 | https://madewithframes.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://madewithframes.com |
도움말 페이지 URL | https://madewithframes.com/legal?v=Private%20Policy |
개인정보 보호 정책 페이지 URL | https://madewithframes.com/legal?v=Private%20Policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Frames", "version": "0.13.1", "description": "Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble\u2122 no-code app.", "content_scripts": [ { "matches": [ "*:\/\/*.bubble.io\/page*", "*:\/\/*.bubble.is\/page*", "*:\/\/*.bubble.com\/page*" ], "css": [ "frame_styles\/frames.css", "frame_styles\/toastify.css" ], "js": [ "frame_scripts\/jquery.js", "frame_scripts\/toastify.js", "frame_scripts\/functions.js", "frame_scripts\/frames.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "frame_images\/*", "frame_scripts\/injected.js" ], "matches": [ "*:\/\/*.bubble.io\/*", "*:\/\/*.bubble.is\/*", "*:\/\/*.bubble.com\/*" ] } ], "action": { "default_icon": { "16": "frame_images\/frames-round-dark-16x16.png", "32": "frame_images\/frames-round-dark-32x32.png", "48": "frame_images\/frames-round-dark-48x48.png", "128": "frame_images\/frames-round-dark-128x128.png" } }, "icons": { "16": "frame_images\/frames-round-dark-16x16.png", "32": "frame_images\/frames-round-dark-32x32.png", "48": "frame_images\/frames-round-dark-48x48.png", "128": "frame_images\/frames-round-dark-128x128.png" }, "manifest_version": 3 } |