Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,19 @@ Surf takes a different approach:
# 1. Install globally
npm install -g surf-cli

# 2. Load extension in Chrome
# 2. Get the extension path
surf extension-path

# 3. Load extension in Chrome
# - Open chrome://extensions
# - Enable "Developer mode"
# - Click "Load unpacked"
# - Paste the path from: surf extension-path

# 3. Install native host (copy extension ID from chrome://extensions)
# 4. Install native host (copy extension ID from chrome://extensions)
surf install <extension-id>

# 4. Restart Chrome and test
# 5. Restart Chrome and test
surf tab.list
```

Expand Down