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
}