Skip to content

jasonpolites/tabsweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ec8893 · Jul 4, 2024

History

29 Commits
Jul 4, 2024
Jul 2, 2024
Sep 28, 2023
Jul 4, 2024

Repository files navigation

TabSweeper

TabSweeper sweeps duplicate tabs in Google Chrome

Installation Instructions

You need to side load the extension.

  1. Clone the repo to your local machine
  2. Open the "Manage extensions" window in Chrome (little puzzle piece icon)
  3. Switch to "Developer mode"
  4. Click the "Load Unpacked" button (top left)
  5. Browse to the location in which you cloned this repo, and select the extension folder
  6. Don't forget to "pin" the extension (it won't be pinned by default). Go to the same extensions (puzzle) icon and pin that shit
  7. Live a better life

Release Notes

  • v0.0.6

    • Removed redundant async closures
  • v0.0.5

    • Added bug report link
  • v0.0.4

    • Updated/fixed the data storage scheme (WARNING! This update will wipe out your saved settings. #yolo)
    • Added a patch system to update data storage across releases
  • v0.0.3

    • Added support for Manifest 3 async semantics
  • v0.0.2

    • Added version number to options screen
    • Added README
  • v0.0.1

    • Initial Release