Chrome Extension banner
zeabur zeabur

Chrome Extension

DevOps community

Description

A Chrome extension that adds a "Deploy to Zeabur" button to popular AI coding tools, enabling one-click deployment to your cloud.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Zeabur Chrome Extension

A Chrome extension that adds a "Deploy to Zeabur" button to popular AI coding tools, enabling one-click deployment to your cloud.

Features

  • Adds a "Deploy to Zeabur" button to supported AI coding tools
  • Currently supports:
  • One-click deployment to your cloud infrastructure

Installation

  1. Clone this repository
  2. Open Chrome and navigate to chrome://extensions/
  3. Enable "Developer mode" in the top right corner
  4. Click "Load unpacked" and select the directory containing this extension
  5. The extension will be installed and ready to use

Usage

  1. Visit any of the supported AI coding tools (Lovable, Bolt.new, or v0.dev)
  2. The extension will automatically add a "Deploy to Zeabur" button to the interface
  3. Click the button to deploy your project to Zeabur

Permissions

This extension requires the following permissions:

  • scripting: To inject the deployment button into supported websites
  • tabs: To interact with browser tabs

Development

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` 文件,可以直接分發給測試人員。

上傳到 Chrome Web Store

步驟 1: 打包擴展

執行打包腳本生成 ZIP 文件:

./build.sh

步驟 2: 準備上傳

  1. 前往 Chrome Web Store Developer Dashboard
  2. 登入你的 Google 開發者帳號(需要支付一次性 $5 美元註冊費)
  3. 點擊「新增項目」或選擇現有項目

步驟 3: 上傳 ZIP 文件

  1. 點擊「上傳 ZIP 檔案」
  2. 選擇打包好的 zeabur-extension-v0.3.7.zip 文件
  3. 填寫商店資訊:
    • 名稱: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 張螢幕截圖

步驟 4: 提交審核

  1. 確認所有