Skip to content

Lazyuki/ReTitle

Repository files navigation

ReTitle: Chrome and Firefox Extension for Renaming Tabs Easily

⚠️ This is the V2 branch that's not released yet as it is still being developed.

Please check the master branch for the currently released version.

Get ReTitle on Chrome

https://chrome.google.com/webstore/detail/tab-retitle/hilgambgdpjgljhjdaccadahckpdiapo

Get ReTitle on Firefox

https://addons.mozilla.org/en-US/firefox/addon/tab-retitle/

Develop

  1. Fork and clone this repo.
  2. npm i
  3. npm run dev
  4. Load the folder created by webpack dist_chrome or dist_firefox on your browser (unpacked).

Build

  1. npm ci
  2. npm run build

Deploy

  1. Publish the files created in zip, ReTitle-<vesion>.chrome.zip and ReTitle-<vesion>.firefox.zip to the respective extension stores.