TabShield is a cross-browser extension designed to help prevent accidental changes on your important websites.
Whether you're a developer working across different environments, a professional managing critical data, or a user who wants extra safeguards while browsing, TabShield will help you minimize mistakes and unintended actions.
A coder's worst feeling ever. By CommitStrip.
- Custom Labels: Display a clear, colored label on tabs to easily differentiate environments or important websites.
- Form Confirmation: Add a confirmation step before submitting forms.
- Disable Form Inputs: Block all input fields on selected websites to avoid unintended changes.
- Configuration Import/Export: Save, share, and restore your TabShield settings effortlessly.
- Chrome: Chrome Web Store
- Firefox: Firefox Add-ons
To build TabShield locally, run:
npm install # Install dependencies
npm run bundle:chrome # Build for Chrome
npm run bundle:firefox # Build for Firefox
This will build the extension packages under dist-archives
.