Giter VIP home page Giter VIP logo

custom-tab-sorter-ext's Introduction

Custom Tab Sorter Extension

A Google Chrome extension that sorts your tabs using a custom value in each tab specified by a CSS selector.

Options

  • URL Regex: A regular expression used to specify which tabs will be sorted.
  • Value Selector: A CSS selector that will specify what value will be extracted from each tab to sort by. This will extract the textContent of the first element matching the selector.
  • Numeric Sort: Whether the value extracted and sorted by will be considered as a number.
  • Descending Sort: Specifies if the tabs should be ordered from highest to lowest if checked.

Rationale

When I'm searching for something (e.g. something to read, something to buy), I usually open a ton of tabs and then manually sort them by their rating to see which ones are the best. This extension was just to automate that process because it was starting to become a pain when I would open 30+ tabs...

TODO

  • Information about how many tabs were found and sorted
  • Information about how many tabs matched the search but were unloaded
  • Custom code for post-processing selector value string (e.g. for formatting)
  • Fancy visual for all tabs found/sorted with their corresponding values
  • Ability to filter out (i.e. close or maybe hide) matching tabs outside a range (then optionally recover if needed?)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.