Frames
Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble™ no-code app.
Framesとは何ですか?
Framesはhttps://madewithframes.comによって開発されたChromeの拡張機能で、その主な機能は「Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble™ no-code app.」です。
拡張機能のスクリーンショット
Frames拡張機能のCRXファイルをダウンロード
Frames拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Provides access to a library of professional design elements for applications built using the Bubble™ no-code software development platform. #madewithframes
拡張機能の基本情報
名前 | Frames |
ID | hihddnjamcpdegjphaokpldajmpcmlkc |
公式URL | https://chromewebstore.google.com/detail/frames/hihddnjamcpdegjphaokpldajmpcmlkc |
説明 | Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble™ no-code app. |
ファイルサイズ | 48.7 KB |
インストール数 | 5,586 |
現在のバージョン | 0.13.1 |
最終更新日 | 2024-01-05 |
公開日 | 2021-09-06 |
評価 | 4.50/5 合計 18 レビュー |
開発者 | https://madewithframes.com |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://madewithframes.com |
ヘルプページのURL | https://madewithframes.com/legal?v=Private%20Policy |
プライバシーポリシーページのURL | https://madewithframes.com/legal?v=Private%20Policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Frames", "version": "0.13.1", "description": "Build Bubble.io apps smarter, faster with Frames, a professional design system for your Bubble\u2122 no-code app.", "content_scripts": [ { "matches": [ "*:\/\/*.bubble.io\/page*", "*:\/\/*.bubble.is\/page*", "*:\/\/*.bubble.com\/page*" ], "css": [ "frame_styles\/frames.css", "frame_styles\/toastify.css" ], "js": [ "frame_scripts\/jquery.js", "frame_scripts\/toastify.js", "frame_scripts\/functions.js", "frame_scripts\/frames.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "frame_images\/*", "frame_scripts\/injected.js" ], "matches": [ "*:\/\/*.bubble.io\/*", "*:\/\/*.bubble.is\/*", "*:\/\/*.bubble.com\/*" ] } ], "action": { "default_icon": { "16": "frame_images\/frames-round-dark-16x16.png", "32": "frame_images\/frames-round-dark-32x32.png", "48": "frame_images\/frames-round-dark-48x48.png", "128": "frame_images\/frames-round-dark-128x128.png" } }, "icons": { "16": "frame_images\/frames-round-dark-16x16.png", "32": "frame_images\/frames-round-dark-32x32.png", "48": "frame_images\/frames-round-dark-48x48.png", "128": "frame_images\/frames-round-dark-128x128.png" }, "manifest_version": 3 } |