Zeroqode Extension for Bubble!
This Chrome Extension for Bubble.is will make you more efficient working in Bubble editor.
Zeroqode Extension for Bubble! là gì?
Zeroqode Extension for Bubble! là một tiện ích mở rộng Chrome được phát triển bởi https://zeroqode.com, và tính năng chính của nó là "This Chrome Extension for Bubble.is will make you more efficient working in Bubble editor.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Zeroqode Extension for Bubble!
Tải xuống các tệp mở rộng Zeroqode Extension for Bubble! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Zeroqode Extension for Bubble! |
ID | jhnifiocgcnpjjamkieebmjicmhlpiee |
URL Chính Thức | https://chromewebstore.google.com/detail/zeroqode-extension-for-bu/jhnifiocgcnpjjamkieebmjicmhlpiee |
Mô tả | This Chrome Extension for Bubble.is will make you more efficient working in Bubble editor. |
Kích Thước Tệp | 78.54 KB |
Số Lần Cài Đặt | 690 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2019-09-18 |
Ngày Phát Hành | 2019-09-17 |
Đánh Giá | 4.80/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://zeroqode.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://zeroqode.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |