A Chrome extension that adds a "Deploy to Zeabur" button to popular AI coding tools, enabling one-click deployment to your cloud.
- Adds a "Deploy to Zeabur" button to supported AI coding tools
- Currently supports:
- One-click deployment to your cloud infrastructure
- Clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the directory containing this extension
- The extension will be installed and ready to use
- Visit any of the supported AI coding tools (Lovable, Bolt.new, or v0.dev)
- The extension will automatically add a "Deploy to Zeabur" button to the interface
- Click the button to deploy your project to Zeabur
This extension requires the following permissions:
scripting: To inject the deployment button into supported websitestabs: To interact with browser tabs
The extension is built with:
- Manifest V3
- Content scripts for each supported platform
- Web accessible resources for deployment functionality
執行打包腳本:
./build.sh這會創建一個 zeabur-extension-v0.3.7.zip 文件,可以直接分發給測試人員。
執行打包腳本生成 ZIP 文件:
./build.sh- 前往 Chrome Web Store Developer Dashboard
- 登入你的 Google 開發者帳號(需要支付一次性 $5 美元註冊費)
- 點擊「新增項目」或選擇現有項目
- 點擊「上傳 ZIP 檔案」
- 選擇打包好的
zeabur-extension-v0.3.7.zip文件 - 填寫商店資訊:
- 名稱:Zeabur
- 簡短說明:Add a "Deploy to Zeabur" button to AI coding tools like Lovable, Bolt.new or v0.dev. One-click deploy to your cloud.
- 詳細說明:描述擴展的功能和使用方式
- 類別:選擇合適的分類(如 Productivity)
- 圖示:上傳
icon64.png或更高解析度的圖示 - 螢幕截圖:準備至少 1 張,最多 5 張螢幕截圖
- 確認所有資訊正確
- 點擊「提交審核」
- 等待 Google 審核(通常需要幾天時間)
- 確保版本號已更新(當前版本:0.3.7)
- ZIP 文件必須包含所有必要的文件
- 不要包含
.git、README.md、build.sh等開發文件 - 確保所有權限聲明正確
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.