keepasshttp-connector
keepasshttp-connector copied to clipboard
popup on new password
It would be great if when a new password is detected not only the icon starts flashing (I really don't see that), but a popup gets opene, which askes directly if the new credentials should be stored (and ideally with enter-key should be accepted, and with escape-key canceled). Similar to the firefox buildin dialog
I'd like this as well.
i'm not even sure if this is possible, but i will look into it more.
There must be some kind of possibility for add ons to interact with the user? (something blinking which uses like 1% of my screen can not really be called interaction)
I didn't look into the webextensions api, but I almost can't believe that it wouldn't be possible to create dialogs? or at least to auto-pop-up the popup that opens when clicking on the icon?
If it's not possible yet, I hope it soon will be...
In any case, make it optional.
Because for me that blinking is already very annoying. How can you miss the red blinking thing there? Only if you have multiple 4k screens and the icon is at a different screen than you are looking that… 😉
And yes, you can open popups (in form of HTML sites) from webextensions. But please make it optional, if you want to do so, I actually like the "relatively unobtrusive" way the addon currently works.
I've had a jQuery UI dialog in the works for some time for this feature. I'll let you know when it's finished. It should be easy to merge to this extension too.