one-click-extensions-manager icon indicating copy to clipboard operation
one-click-extensions-manager copied to clipboard

Sticky extensions

Open fregante opened this issue 7 months ago • 3 comments

This is something I've wanted for a while, but I never found a way to add such option without adding yet another icon to the right.

Since this is a "configuration" rather than an "action" on the extension, it probably shouldn't be added to the list.

That means it probably needs to be in the options page. Since <select multiple> is junk, that leaves us with checkboxes.

PR welcome. It would be great to use a Svelte component to generate the list, then OptionsSync will automatically pick up and store the "checked" checkboxes: <input type="checkbox" name="sticky" value={extensionId}>

fregante avatar Mar 18 '25 03:03 fregante