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!是由https://zeroqode.com開發的Chrome擴展程式,該擴展的主要功能是“This Chrome Extension for Bubble.is will make you more efficient working in Bubble editor.”。

擴展截圖

screenshot

下載Zeroqode Extension for Bubble!擴展crx文件

下載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
官方網址 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
}