RomanistHere / PopUpOFF

Chrome extension, providing better web experience.
https://romanisthere.github.io/PopUpOFF-Website/
Apache License 2.0
153 stars 7 forks source link

Consider getting rid of the pop-up #21

Closed antrik closed 3 years ago

antrik commented 3 years ago

Instead of opening a pop-up window, the button (browser action) should probably just cycle though the three available modes. This way, any desired state can be reached with either one or two clicks on the button -- while currently, it needs a click to open the pop-up, then moving the cursor to the desired state, and finally activating it with another click...

(If someone prefers the list selection for whatever reason, they can still use it through the button's context menu, which basically implements the same functionality...)

Also, the hotkey should probably also cycle through modes -- which in this case could simply be implemented as the browserAction. (With _execute_browser_action as the command in the manifest.)

RomanistHere commented 3 years ago

This is a very interesting thought indeed. I have two points to say:

Anyway it's an interesting thought, I will think about what can be improved, thank you:)