wcchristian / chrome-tab-renamer

A tab renamer extension for google chrome.

Home Page:https://chrome.google.com/webstore/detail/chrome-tab-renamer/jbjkejjogkedpjendhaccnccmeiafied

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Develop Build: CircleCI

Chrome Tab Renamer

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.

Tutorial

For practice, I included the chrome extension tutorial in the tutorial folder of this repo. Tutorial Link

How to use

  1. Navigate to a tab that you wish to rename
  2. Click the Chrome Tab Renamer extension button.
  3. Type the new name for your tab
  4. Click the "Change Tab Name" or press enter to rename the tab.

Omnibox

This chrome extension can make use of the omnibox with the prefix ctr

Hotkey

The default chrome hotkey is Ctrl/Command+E

Persistance

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.

Options

The options menu allows you to view all of your current renames, delete them, clear all of them, etc.

Screenshots

Named Tabs

Image of Tabs

Title input

Image of Input

Omnibox Support

Image of Omnibox

Options Support

Image of Options

Development

Build

To build the extension from deployment, run:

./build.sh

To clean the repository from build artifacts, run:

./clean.sh

Versioning

When adding a new version, make sure to update manifest.json and build.sh

About

A tab renamer extension for google chrome.

https://chrome.google.com/webstore/detail/chrome-tab-renamer/jbjkejjogkedpjendhaccnccmeiafied

License:MIT License


Languages

Language:JavaScript 67.5%Language:HTML 27.6%Language:CSS 3.5%Language:Shell 1.4%