Sometimes you have lots of tabs open in one Chrome window. If many of the tabs have titles like "Title Prefix | Meaningful Page Title", you may find that the "Meaningful Page Title" portion of the title is not visible:
This Chrome extension allows you to specify regex replacements for page titles, so that your tab situation is improved as so:
- manifest.json
- title_replace.js
title_replace.js
is executed for sites matching manifest.json.content_scripts.matches[]
.
To configure this extension, add values to manifest.json.content_scripts.matches[]
and
modify the pattern in title.js::pattern
.
- Go to Window -> Extensions
- Make sure "Developer mode" is checked in the top right
- Click "Load unpacked extensions" and select the folder containing this README