Complete Tab, Bookmark, and History Control
TabCommand is a chrome extension designed to provide complete control over your tabs, bookmarks, and history. It features favorites, grouping, and auto-close settings.
TabCommand is available for free in the Chrome Extension store.
This project is built with codeyam-editor — code and runnable data scenarios are authored side by side against a live preview. Requires a subscription to Claude, Gemini, or Codex.
# Clone the TabCommand repo
git clone https://github.com/codeyam-ai/tabcommand && cd tabcommand
# Install CodeYam Editor
npm install -g @codeyam-editor/codeyam-editor@latest
# Launch the editor from the TabCommand folder
codeyam-editor editorInstall and Run TabCommand Locally
# If the tabcommand repo is not already installed
git clone https://github.com/codeyam-ai/tabcommand && cd tabcommand
# Install dependencies
npm install
# Build tabcommand for installation as a chrome extension
npm run buildThen open chrome://extensions → enable Developer mode → Load unpacked →
select the build/ folder.
After making changes to the code you must re-run npm run build and reload the extension from the chrome extensions manager to pick up changes.
States captured as runnable scenarios with codeyam-editor:
MIT © 2026 NodLabs Inc.








