piroor / copy-selected-tabs-to-clipboard

Provides ability to copy title and URL of selected tabs to the clipboard for Firefox 63 and later.
Other
75 stars 15 forks source link

[Feature Request] Check/uncheck desired formats instead of removing and (re-)adding them #8

Closed FatOrangutan closed 4 years ago

FatOrangutan commented 4 years ago

Desired use case: Stick to a set of formats that you use frequently. Occasionally, enable some extra formats when needed. Disable these formats when not needed to keep the menu small.

Currently, this requires:

  1. Set up your desired formats, removing the ones that you don't need.
  2. When the need arises, add the extra formats you need.
  3. When you no longer need those formats, remove them.
  4. Repeat step 2 when needed.

current

I would prefer:

  1. Set up your desired formats, unchecking the ones that you don't need.
  2. When the need arises, simply 'check' the formats you need.
  3. When you no longer need those formats, simply 'uncheck' them.
  4. Repeat step 2 when needed.

desired

Environment

piroor commented 4 years ago

Thanks, this sounds good! I've implemented this with recent commits.