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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Now apply the dark mode to the bubble editor, take care of your eyes. Just click on extension icon to toggle."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bubble.io: Editor Dark Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
ईमेल hola@danbernal.cl
भुगतान के प्रकार 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"
    }
}