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
官方網址 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"
    }
}