jumpcutter
jumpcutter copied to clipboard
feat: show time saved (effective playback rate) on the icon badge
Like this:

The code where the badge is updated: https://github.com/WofWca/jumpcutter/blob/005265b5986e776c587100fa4fe66394a6f77bc4/src/entry-points/background/iconAndBadgeUpdater.ts#L25-L26
Another person has worked on this: https://github.com/WofWca/jumpcutter/compare/master...MoCoXIII:jumpcutter:master (https://github.com/WofWca/jumpcutter/commit/4724e286fb73d994bb0343681821f665a4c1610e). All that is needed to finish it up is moving from storage-based messaging to message / channel-based messaging.
Closed by https://github.com/WofWca/jumpcutter/pull/207.