English | 繁體中文
PopClip extensions for macOS powered by Google Gemini.
| Package | Description |
|---|---|
gemini-ask.popclipext |
Selected text → AI answer in popup or replaces selection |
gemini-translate.popclipext |
Selected text → translated and pasted |
Double-click the .popclipext folder in Finder. No setup required.
Get key → Google AI Studio
AIzaSyXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Paste the entire contents of your downloaded JSON key file:
{
"type": "service_account",
"project_id": "your-project-id",
"private_key": "-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----\n",
"client_email": "your-sa@your-project.iam.gserviceaccount.com",
"token_uri": "https://oauth2.googleapis.com/token"
}See the Vertex AI Setup Guide for full instructions.
| Model | Google AI | Vertex AI |
|---|---|---|
gemini-2.5-flash |
✅ | ✅ |
gemini-2.5-flash-lite |
✅ | ✅ |
gemini-2.5-flash-lite-preview-09-2025 |
✅ | ✅ |
gemini-2.0-flash |
✅ | ✅ |
gemini-2.0-flash-001 |
✅ | ✅ |
gemini-2.0-flash-lite-001 |
✅ | ✅ |
gemini-3.1-pro-preview |
✅ | ✅ (location=global) |
gemini-3.1-flash-lite-preview |
✅ | ✅ (location=global) |
gemini-3-pro-preview |
✅ | ✅ (location=global) |
The Custom Model field accepts any valid model name.
English | 繁體中文
以 Google Gemini 驅動的 macOS PopClip 擴充套件。
| 套件 | 功能 |
|---|---|
gemini-ask.popclipext |
選取文字 → AI 回答顯示於彈窗,或替換選取文字 |
gemini-translate.popclipext |
選取文字 → 翻譯後直接貼上 |
在 Finder 中雙擊 .popclipext 資料夾即可安裝,無需其他操作。
取得 Key → Google AI Studio
AIzaSyXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
將下載的金鑰 JSON 檔案整個內容貼入 Config 欄位:
{
"type": "service_account",
"project_id": "your-project-id",
"private_key": "-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----\n",
"client_email": "your-sa@your-project.iam.gserviceaccount.com",
"token_uri": "https://oauth2.googleapis.com/token"
}詳細設定流程請參閱 Vertex AI 設定指南。
| 模型 | Google AI | Vertex AI |
|---|---|---|
gemini-2.5-flash |
✅ | ✅ |
gemini-2.5-flash-lite |
✅ | ✅ |
gemini-2.5-flash-lite-preview-09-2025 |
✅ | ✅ |
gemini-2.0-flash |
✅ | ✅ |
gemini-2.0-flash-001 |
✅ | ✅ |
gemini-2.0-flash-lite-001 |
✅ | ✅ |
gemini-3.1-pro-preview |
✅ | ✅ (location=global) |
gemini-3.1-flash-lite-preview |
✅ | ✅ (location=global) |
gemini-3-pro-preview |
✅ | ✅ (location=global) |
自定義模型欄位可輸入任何有效模型名稱。
See LICENSE.