Buildshare
Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources.
什麼是Buildshare?
Buildshare是由SudsyLabs開發的Chrome擴展程式,該擴展的主要功能是“Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources.”。
擴展截圖
下載Buildshare擴展crx文件
下載Buildshare擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Buildshare provides convenient access to a library of pre-built responsive design elements directly from the Bubble™ editor. Add fully responsive UI elements - including complete layouts and pages - to your Bubble™ app with just a click. Additionally, access learning resources to help you master the new layout engine (new responsive engine) as well as advance your skills and knowledge so that you can better leverage the Bubble™ platform.
擴展基本資訊
名稱 | Buildshare |
ID | ilnafhnlhbodploaidanmdiimpldejpe |
官方網址 | https://chromewebstore.google.com/detail/buildshare/ilnafhnlhbodploaidanmdiimpldejpe |
簡介 | Kickstart the design of your Bubble™ app with access to pre-built responsive UI elements and learning resources. |
檔案大小 | 37.89 KB |
安裝次數 | 382 |
目前版本 | 0.9.15 |
更新時間 | 2022-04-08 |
上架時間 | 2022-01-18 |
評分 | 5.00/5 共 2 次評分 |
開發者 | SudsyLabs |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://sudsylabs.com/buildshare |
說明頁面URL | https://sudsylabs.com/contact-us |
隱私政策頁面URL | https://sudsylabs.com/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_title": "Buildshare\u2122" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*.bubble.is\/*", "https:\/\/bubble.io\/*" ], "resources": [ "\/images\/*" ] } ], "permissions": [ "declarativeContent" ], "content_scripts": [ { "matches": [ "https:\/\/*.bubble.is\/page*", "https:\/\/bubble.io\/page*" ], "css": [ "styles\/editor.css" ], "js": [ "scripts\/lib\/jquery-3.6.0.slim.min.js", "scripts\/editor.js" ] } ], "manifest_version": 3, "version": "0.9.15", "description": "Kickstart the design of your Bubble\u2122 app with access to pre-built responsive UI elements and learning resources.", "background": { "service_worker": "scripts\/bg.js" }, "name": "Buildshare", "icons": { "48": "images\/buildshare-icon_48.png", "96": "images\/buildshare-icon_96.png", "128": "images\/buildshare-icon_128.png" } } |