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
电子邮箱 [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"
    }
}