OpenClaw Chrome Assistant
OpenClaw Chrome Assistant - Communicate with your agent while browsing. / 全域龍蝦助理 - 逛網頁時快速與助理溝通的小工具。
As of June 2026, OpenClaw Chrome Assistant has 146 users and a 5.00/5 rating from 1 reviews in the Productivity category.
Usersup 23.7 percent+23.7%
146
146
Ratingno change0%
5.00
1 reviews
Reviewsno change0%
1
Version
0.26
Manifest V3
History
9 snapshotsTracking since Apr 1, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 1, 2026 | 118 | 5.00 | 1 | 0.26 |
| Apr 10, 2026 | 130 | 5.00 | 1 | 0.26 |
| Apr 20, 2026 | 154 | 5.00 | 1 | 0.26 |
| Apr 27, 2026 | 146 | 5.00 | 1 | 0.26 |
| May 4, 2026 | 137 | 5.00 | 1 | 0.26 |
| May 10, 2026 | 144 | 5.00 | 1 | 0.26 |
| May 15, 2026 | 147 | 5.00 | 1 | 0.26 |
| May 21, 2026 | 141 | 5.00 | 1 | 0.26 |
| May 28, 2026 | 143 | 5.00 | 1 | 0.26 |
| Now | 146 | 5.00 | 1 | 0.26 |
Permissions & access
- Permissions
- storagecontextMenusactiveTab
- Host access
- <all_urls>
Screenshots
About
# OpenClaw Chrome Assistant (v0.26)
[English]
A simple and lightweight Chrome extension designed to make communicating with your OpenClaw agent seamless while browsing. Whether you need to summarize a page, save a snippet, or just ask a quick question, OpenClaw Assistant is always just a click away.
[繁體中文]
這是一個簡單輕量的 Chrome 擴充功能,旨在讓您在瀏覽網頁時能與 OpenClaw 助理進行無縫溝通。無論是需要摘要網頁、記錄片段,還是隨手提問,OpenClaw 助理隨時待命。
Github:
https://github.com/kctony/OpenClaw-Chrome-Assistant
---
## Features / 功能 (v0.26)
1. **Draggable Floating Icon / 可拖動圖示 (🦞)**:
- Click to open dialog. / 點擊開啟對話框。
- Drag to reposition (auto-saved). / 拖動改變位置(自動記憶)。
- Hover for Quick Options menu (with 500ms delay for better UX). / 滑鼠懸停顯示快速選單(500ms 延遲優化體驗)。
2. **Smart Context Modes / 智慧情境模式**:
- **Page Mode**: Summarize current page via right-click or hover menu. / 摘要當前網頁。
- **Selection Mode**: Save or analyze selected text. / 記錄或分析選取文字。
- **Image Mode**: Explain images with a simple right-click. / 解釋圖片內容。
3. **UI/UX Improvements / 介面優化**:
- **Dark Mode**: Professional dark theme for comfortable night use. / 專業暗色模式。
- **Autogrow Input**: Textarea grows as you type. / 自動長高輸入框。
- **Fullscreen Mode (⛶)**: Toggle to cover entire page. / 全螢幕切換按鈕。
- **Auto-Fade**: Dialog fades to 0.1 opacity after 3s of inactivity (adjustable). / 閒置 3 秒自動淡化。
4. **Enhanced Settings / 設定增強**:
- **Emoji Sync**: Toolbar icon matches custom floating icon. / 工具列圖示同步自訂 Emoji。
- **Gateway Auto-complete**: Automatically appends `/v1/chat/completions`. / 自動補全 Gateway URL。
- **Bilingual Support**: Supports Traditional Chinese and English. / 支援繁體中文與英文。
- **Custom Prompts**: Manage multiple quick action prompts for each mode. / 每種模式可自訂多個快速指令。
## Recent Changes / 近期變更
### v0.26 (2026-02-22)
- **Rebranding**: Complete rename from "Lobster" to "OpenClaw" across all code, CSS, and user-facing text.
- **Permission Cleanup**: Removed unused `scripting` and `offscreen` permissions (compliance with Chrome Web Store policies).
- **Storage Keys**: Unified storage namespace to `openclaw_*`.
- **CSS Classes**: All CSS IDs and classes renamed from `lobster-*` to `openclaw-*`.
### v0.21
- Initial release with core features.
## Installation / 安裝說明
1. Open Chrome and go to `chrome://extensions/`. / 打開 Chrome 瀏覽器,進入 `chrome://extensions/`。
2. Enable **Developer mode**. / 開啟右上角的「開發人員模式」。
3. Click **Load unpacked**. / 點擊「載入未封裝項目」。
4. Select project directory. / 選擇 `/srv/chrome/chrome-extension-lobster/`。
## Configuration / 設定說明
1. After installation, click OpenClaw icon in the toolbar and select **Options**. / 安裝後,點擊工具列圖示進入「設定」。
2. **Token**: Required (Your OpenClaw Token). / 必填 (OpenClaw Token)。
3. **Gateway URL**: e.g., `http://localhost:18789`. / 填入基礎位址即可。
4. **Custom Icon**: Enter an Emoji (e.g., 🤖, ⚡) to change the floating icon. / 可輸入 Emoji 更改圖示。
## Permissions / 權限說明
This extension uses minimal permissions:
- `storage`: Save your settings and custom icons.
- `contextMenus`: Add right-click menu items for quick actions.
- `activeTab`: Get page URL and content for context-aware actions.
- `host_permissions: <all_urls>`: Communicate with any OpenClaw gateway instance.
## Usage / 使用方法
- **Chat**: Click floating 🦞 icon to open dialog. / 點擊右下角圖示開啟對話框。
- **Quick Action**: Hover over icon and select a prompt. / 滑鼠懸停在圖示上使用快速指令。
- **Right-click**: Use context menus on any page, text, or image. / 在網頁/文字/圖片上右鍵選擇功能。
## Development / 開發
**Location**: `/srv/chrome/chrome-extension-lobster/`
**Build ZIP**:
```bash
cd /srv/chrome
zip -r chrome-extension-lobster-v0.26.zip chrome-extension-lobster/
```
**Spec**: `/srv/workspace/brain/01-Projects/Chrome-Lobster-Assistant/2026-02-20_spec.md`
---
*Last updated: 2026-02-22*Technical
- Version
- 0.26
- Manifest
- V3
- Size
- 75.32KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- fkdineomjcdhbfimaiahemhiogdknjci
- Developer ID
- u38ded750082332461e7c022936961d56
- Developer Email
- [email protected]
- Created
- Mar 3, 2026
- Last Updated (Store)
- Mar 3, 2026
- Last Scraped
- Jun 4, 2026
- Website
- —
Similar extensions
Alternatives to OpenClaw Chrome Assistant, ranked by description similarity.
侧边栏翻译 - Sidebar Translator
强大的浏览器侧边栏翻译扩展,支持100+语言实时翻译,提供便捷的网页翻译体验。Powerful sidebar translation extension with 100+ languages support.
214
Prompt Manager
Manage and quickly insert prompt templates with keyboard shortcuts
3
ChromeClaw - Your own personal AI assistant in your browser. 🦞
ChromeClaw - Your own personal AI assistant in your browser. Any OS. Any Platform. 🦞
615
★ 5.0
CopyUrl
A Chrome Extension built with TypeScript and Webpack
6
★ 5.0
网站信息提取器 / Site Info Extractor
It can extract the title, description, keywords, OG site name, all favicon icon links and all metadata of the current page.
44
★ 5.0
OpenClaw Extension
OpenClaw — AI browser copilot with page context, session history, multi-gateway profiles, prompt templates, and CDP dashboard.
614
ClawTalk
Talk panel for continuous voice loop with OpenClaw Gateway.
950
★ 2.0
AI智能翻译助手
自动检测页面语言并翻译为中文
106
Data sourced from the Chrome Web Store · last verified Jun 4, 2026.