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.
This project is built with codeyam-editor — code and runnable data scenarios are authored side by side against a live preview.
# Launch the editor (split-screen terminal + live preview)
codeyam-editor editor
# Run the app
npm run dev
# Run the tests
npx vitest runInstall 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. Unpacked extensions don't auto-update — re-run npm run build
and reload the extension to pick up changes.
States captured as runnable scenarios with codeyam-editor:
MIT © 2026 NodLabs Inc.








