Bubble.io: Editor Dark Mode

Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle.

Bubble.io: Editor Dark Mode란 무엇입니까?

Bubble.io: Editor Dark Mode은(는) danbernal.cl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bubble.io: Editor Dark Mode 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Install this extension to enable dark mode in the bubble.io editor                    

확장 프로그램 기본 정보

이름 Bubble.io: Editor Dark Mode Bubble.io: Editor Dark Mode
ID infkadcekhdmdjeiapipcbanolpmlpln
공식 URL https://chromewebstore.google.com/detail/bubbleio-editor-dark-mode/infkadcekhdmdjeiapipcbanolpmlpln
설명 Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle.
파일 크기 12.53 KB
설치 횟수 440
현재 버전 1.0.0
최근 업데이트 2021-06-17
출시 날짜 2021-06-17
평점 4.00/5 총 3 개의 평점
개발자 danbernal.cl
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.danbernal.cl
개인정보 보호 정책 페이지 URL https://danbernal.cl/private-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bubble.io: Editor Dark Mode",
    "description": "Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle.",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bubble.io\/*"
            ],
            "css": [
                "estilo.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/darkMode128.png"
    },
    "icons": {
        "16": "images\/darkMode16.png",
        "32": "images\/darkMode32.png",
        "48": "images\/darkMode48.png",
        "128": "images\/darkMode128.png"
    }
}