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ファイルをダウンロード

Bubble.io: Editor Dark Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}