A Chrome extension for easy running and stopping of multiple Google Colab notebooks.
This extension provides a convenient interface to run or stop multiple Google Colab notebooks at once, based on a title keyword.
- Clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select the extension directory
- The extension icon should appear in your Chrome toolbar
- Open the Colab notebooks you want to control.
- Click the extension icon in your Chrome toolbar.
- Enter a keyword to match the titles of the Colab tabs you want to control. If you leave it blank, it will match all Colab tabs.
- Click "Run All Matching Tabs" to execute the first cell in each matched notebook.
- Click "Stop All Matching Tabs" to interrupt execution in each matched notebook.
colab_extension/
├── icons/ # Extension icons
├── manifest.json # Extension manifest
├── popup.html # Extension popup UI
├── popup.js # Extension logic
└── test_colab_runner.js # Colab integration
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.