Basis Lab
Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.
Basis Labとは何ですか?
Basis Labはmunxchによって開発されたChromeの拡張機能で、その主な機能は「Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.」です。
拡張機能のスクリーンショット
Basis Lab拡張機能のCRXファイルをダウンロード
Basis Lab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Build professional looking Bubble applications at 10x the speed. Choose from 100s of prebuilt UI elements and components. 拡張機能の基本情報
| 名前 | |
| ID | hagiocfgbfnfofaipgekhfoakdlhjdid |
| 公式URL | https://chromewebstore.google.com/detail/basis-lab/hagiocfgbfnfofaipgekhfoakdlhjdid |
| 説明 | Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates. |
| ファイルサイズ | 45.03 KB |
| インストール数 | 987 |
| 現在のバージョン | 0.40 |
| 最終更新日 | 2023-12-27 |
| 公開日 | 2023-04-26 |
| 評価 | 4.33/5 合計 3 レビュー |
| 開発者 | munxch |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 拡張機能のウェブサイト | https://basislab.io |
| プライバシーポリシーページのURL | https://www.basislab.io/privacy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Basis Lab",
"description": "Build professional-looking Bubble applications with our library of UI elements, blocks, and page templates.",
"version": "0.40",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "images\/16x16.png",
"32": "images\/32x32.png",
"48": "images\/48x48.png",
"128": "images\/128x128.png"
}
},
"icons": {
"16": "images\/16x16.png",
"32": "images\/32x32.png",
"48": "images\/48x48.png",
"128": "images\/128x128.png"
},
"permissions": [
"activeTab",
"scripting"
]
} | |