passwordmaker icon indicating copy to clipboard operation
passwordmaker copied to clipboard

Delete background page

Open emersion opened this issue 9 years ago • 1 comments

Use window.name to save password to memory. Maybe use also a storage to make sure other extensions cannot access the stored password, but it seems that extensions cannot access other extensions' window objects.

emersion avatar Aug 07 '16 12:08 emersion

Cannot store data in window.name - it is not restored when closing and opening the popup.

emersion avatar Aug 07 '16 13:08 emersion