Zeroqode Extension for Bubble!

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

Qu'est-ce que Zeroqode Extension for Bubble! ?

Zeroqode Extension for Bubble! est une extension Chrome développée par https://zeroqode.com, et sa fonction principale est "This Chrome Extension for Bubble.is will make you more efficient working in Bubble editor.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Zeroqode Extension for Bubble!

Téléchargez les fichiers d'extension Zeroqode Extension for Bubble! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Zeroqode Extension for Bubble! Zeroqode Extension for Bubble!
ID jhnifiocgcnpjjamkieebmjicmhlpiee
URL Officiel https://chromewebstore.google.com/detail/zeroqode-extension-for-bu/jhnifiocgcnpjjamkieebmjicmhlpiee
Description This Chrome Extension for Bubble.is will make you more efficient working in Bubble editor.
Taille du Fichier 78.54 KB
Nombre d'Installations 690
Version Actuelle 1.6
Dernière Mise à Jour 2019-09-18
Date de Publication 2019-09-17
Évaluation 4.80/5 Total 10 Évaluations
Développeur https://zeroqode.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://zeroqode.com/privacy
Langues Prises en Charge 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
}