
EchoTab is a keyboard-first Chrome extension for managing browser tabs. Save tabs, organize them with tags, and find them fast.
Core features:
Tech stack:
You can install the extension in a couple of ways:
After downloading the code, run the following commands:
pnpm install
npx turbo build
After obtaining the build, follow these steps to add the extension to your browser:
chrome://extensions or edge://extensions).To set up the development environment, run the following commands:
npm install
npx turbo dev
It's useful to have a consistent extension ID during development. One way to do it is by using the Chrome Developer Dashboard (it requires paying a 5$ fee, though).
You can also generate a key locally by following these steps:
openssl genrsa 2048 | openssl pkcs8 -topk8 -nocrypt -out key.pem
openssl rsa -in key.pem -pubout -outform DER | openssl base64 -A
openssl rsa -in key.pem -pubout -outform DER | shasum -a 256 | head -c32 | tr 0-9a-f a-p
Previously, I've used OneTab and Toby but wanted something in-between with the following characteristics:
Licensed under the MIT license.
$ claude mcp add echotab \
-- python -m otcore.mcp_server <graph>