Nocodext for Bubble

Bring missing features to Bubble.io editor's UI

Nocodext for Bubble क्या है?

Nocodext for Bubble https://nocodext.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring missing features to Bubble.io editor's UI"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Nocodext for Bubble एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension extends Bubble.io editor's UI with missing features.
These features, also known as Widgets are the following :
- elements tree items : expands Elements Tree's items all at once
- hide-only-when : shows a workflow's "only-when" condition on hover and/or with a discreet color
- issues panel : can open Issues Panel as a sidepanel expanding on screen's full-height
- issues panel search: filter issues related a specific page
- workflow shareable : click the top-right button to generate its own unique URL and highlight it
- canvas lock zoomer : prevent from zooming into Designer by pinching with mouse/trackpad
- disable Issues checker
- plugin options : enable/disable the widgets hereabove

More up-coming ! stay tuned at https://nocodext.com

Now comes with a subscription to help support the development.                    

एक्सटेंशन की मूल जानकारी

नाम Nocodext for Bubble Nocodext for Bubble
ID dpjnneeknnpjcnphfahhcofciocedggp
आधिकारिक URL https://chromewebstore.google.com/detail/nocodext-for-bubble/dpjnneeknnpjcnphfahhcofciocedggp
विवरण Bring missing features to Bubble.io editor's UI
फ़ाइल का आकार 141 KB
स्थापना संख्या 261
वर्तमान संस्करण 2.2.1
अंतिम अपडेट 2023-12-13
प्रकाशन तिथि 2022-09-07
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://nocodext.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nocodext.com/bubble
सहायता पृष्ठ URL https://nocodext.com/bubble
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "2.2.1",
    "author": "nocodext.com",
    "name": "Nocodext for Bubble",
    "description": "Bring missing features to Bubble.io editor's UI",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "background",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bubble.io\/page*"
            ],
            "js": [
                "contents.7868605b.js"
            ],
            "css": [
                "elements-tree-items.4540ac19.css",
                "hide-only-when.dca59d3d.css",
                "issues-panel.7359eb62.css",
                "plugin-options.22ff7805.css",
                "bootstrap-isolated.min.d50818a4.css",
                "workflow-shareable-url.1270e426.css",
                "share-icon.8aa509be.css",
                "property-editor.1cd1061a.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/bubble.io\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/bubble.io\/*"
            ],
            "resources": [
                "contents.87d5af5f.png",
                "contents.436b0a81.png",
                "contents.947e56e4.png"
            ]
        }
    ]
}