Zeroqode Extension for Bubble!

This Chrome Extension for Bubble.is will make you more efficient working in Bubble editor.

Vad är Zeroqode Extension for Bubble!?

Zeroqode Extension for Bubble! är en Chrome-tillägg utvecklad av https://zeroqode.com, och dess huvudfunktion är "This Chrome Extension for Bubble.is will make you more efficient working in Bubble editor.".

Tilläggsskärmbilder

screenshot

Ladda ner Zeroqode Extension for Bubble!-förlängningens CRX-fil

Ladda ner Zeroqode Extension for Bubble!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        With this extension you can configure shortcuts for various actions of the Bubble editor, like switching between tabs, or calling different alignment actions etc. Also, you can select elements in Bubble editor and then save that selection in this extension in order to call it again with one click at any time again.
* Important Disclaimer - this is not an official extension and is not made by Bubble. Zeroqode does not guarantee uninterrupted functioning of this extension in case Bubble makes any changes to the functionality of their editor                    

Grundläggande Information om Tillägg

Namn Zeroqode Extension for Bubble! Zeroqode Extension for Bubble!
ID jhnifiocgcnpjjamkieebmjicmhlpiee
Officiell webbadress https://chromewebstore.google.com/detail/zeroqode-extension-for-bu/jhnifiocgcnpjjamkieebmjicmhlpiee
Beskrivning This Chrome Extension for Bubble.is will make you more efficient working in Bubble editor.
Filstorlek 78.54 KB
Antal Installationer 690
Aktuell Version 1.6
Senast Uppdaterad 2019-09-18
Publiceringsdatum 2019-09-17
Betyg 4.80/5 Totalt 10 Betyg
Utvecklare https://zeroqode.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://zeroqode.com/privacy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zeroqode Extension for Bubble!",
    "version": "1.6",
    "description": "This Chrome Extension for Bubble.is will make you more efficient working in Bubble editor.",
    "permissions": [
        "webNavigation",
        "*:\/\/*\/*",
        "tabs",
        "declarativeContent",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}