Zeroqode Extension for Bubble!

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

Что такое Zeroqode Extension for Bubble!?

Zeroqode Extension for Bubble! - это расширение Chrome, разработанное https://zeroqode.com, и его основная функция - "This Chrome Extension for Bubble.is will make you more efficient working in Bubble editor.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Zeroqode Extension for Bubble!

Скачайте файлы расширений Zeroqode Extension for Bubble! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Zeroqode Extension for Bubble! Zeroqode Extension for Bubble!
ID jhnifiocgcnpjjamkieebmjicmhlpiee
Официальный URL https://chromewebstore.google.com/detail/zeroqode-extension-for-bu/jhnifiocgcnpjjamkieebmjicmhlpiee
Описание This Chrome Extension for Bubble.is will make you more efficient working in Bubble editor.
Размер файла 78.54 KB
Количество установок 690
Текущая Версия 1.6
Последнее Обновление 2019-09-18
Дата публикации 2019-09-17
Рейтинг 4.80/5 Всего 10 оценок
Разработчик https://zeroqode.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://zeroqode.com/privacy
Поддерживаемые языки 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
}