Zeroqode Extension for Bubble!
This Chrome Extension for Bubble.is will make you more efficient working in Bubble editor.
What is Zeroqode Extension for Bubble!?
Zeroqode Extension for Bubble! is a Chrome extension developed by https://zeroqode.com, and its main feature is "This Chrome Extension for Bubble.is will make you more efficient working in Bubble editor.".
Extension Screenshots
Download Zeroqode Extension for Bubble! Extension CRX File
Download Zeroqode Extension for Bubble! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Zeroqode Extension for Bubble! |
ID | jhnifiocgcnpjjamkieebmjicmhlpiee |
Official URL | 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. |
File Size | 78.54 KB |
Installation Count | 690 |
Current Version | 1.6 |
Last Updated | 2019-09-18 |
Publish Date | 2019-09-17 |
Rating | 4.80/5 Total 10 Ratings |
Developer | https://zeroqode.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://zeroqode.com/privacy |
Supported Languages | 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 } |