A tab renamer extension for google chrome. This extension will allow you to choose a new name for your tab, this can be useful if you have the same web app open in multiple tabs.
For practice, I included the chrome extension tutorial in the tutorial folder of this repo. Tutorial Link
- Navigate to a tab that you wish to rename
- Click the Chrome Tab Renamer extension button.
- Type the new name for your tab
- Click the "Change Tab Name" or press enter to rename the tab.
This chrome extension can make use of the omnibox with the prefix ctr
The default chrome hotkey is Ctrl/Command+E
By selecting the persist option, this extension will persist your tab rename even if you navigate to a different page in your tab.
Un-selecting this option means that any pageload will remove your option.
The options menu allows you to view all of your current renames, delete them, clear all of them, etc.
To build the extension from deployment, run:
./build.sh
To clean the repository from build artifacts, run:
./clean.sh
When adding a new version, make sure to update manifest.json and build.sh