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.」です。
拡張機能のスクリーンショット
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! |
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 |
Eメール | [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 } |