openBuild

Build better Bubble apps with openBuild. The first app builder for Bubble.io.

openBuild란 무엇입니까?

openBuild은(는) https://tinkso.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build better Bubble apps with openBuild. The first app builder for Bubble.io."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

openBuild 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Create beautiful Bubble apps faster with the biggest Bubble component library and dedicated tools.

1. Install the extension
2. Open a Bubble editor (or reload if already open).
3. In the editor window, click on the black openBuild tile in the top right corner.
4. Follow the instructions in the newly opened openBuild panel to create your account and connect your app.
5. Start building with the openBuild library and tools!                    

확장 프로그램 기본 정보

이름 openBuild openBuild
ID ijlbcddmmnoflehfflcbnpknihmeejpm
공식 URL https://chromewebstore.google.com/detail/openbuild/ijlbcddmmnoflehfflcbnpknihmeejpm
설명 Build better Bubble apps with openBuild. The first app builder for Bubble.io.
파일 크기 132 KB
설치 횟수 3,581
현재 버전 1.1.3
최근 업데이트 2022-07-20
출시 날짜 2022-07-03
평점 4.00/5 총 10 개의 평점
개발자 https://tinkso.fr
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.openbuild.io
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "openBuild",
    "version": "1.1.3",
    "description": "Build better Bubble apps with openBuild. The first app builder for Bubble.io.",
    "homepage_url": "https:\/\/openbuild.io",
    "icons": {
        "16": "img\/icon-16x16.png",
        "32": "img\/icon-32x32.png",
        "48": "img\/icon-48x48.png",
        "96": "img\/icon-96x96.png",
        "128": "img\/icon-128x128.png"
    },
    "permissions": [
        "https:\/\/bubble.io\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/browser-polyfill.js",
                "assets\/content-6558e2b2.js"
            ],
            "matches": [
                "https:\/\/bubble.io\/*"
            ],
            "css": [
                "css\/open.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "img\/tile.png",
        "img\/icon-16x16.png",
        "js\/content.js"
    ]
}