JoseTomasTocino / QuickBookmarkToFolder

Google Chrome extension to easily find folders for your bookmarks
34 stars 7 forks source link

Feature request: make the windows disappear after succesfully saved the bookmark #12

Open syldub69 opened 6 years ago

syldub69 commented 6 years ago

When we successfully saved the bookmark in a folder, could the "green" window disappear after 1 or 2 seconds? Ideally, could you implement an option to configure the time? And for instance we could set the value to 0 if we want the windows not to disappear until clicking on the "Bookmark added" link.

JoseTomasTocino commented 6 years ago

I've added a timer in the last commit (https://github.com/JoseTomasTocino/QuickBookmarkToFolder/commit/c70c81e42ac2ffaea705d386ac8ac32bc2a91192) so that the popup closes automatically after about 500ms. I'll have to read about adding a config panel to an extension, not sure if there's a cross-browser way of doing it.

MartinLichtblau commented 2 years ago

@JoseTomasTocino The extension popup does not close after 500ms, but after 3+ secs. Far too long in my opinion. Should close quickly after bookmark is saved.