arkarkark / copyclipper

Copy Clipper chrome extension
Apache License 2.0
7 stars 2 forks source link

a degradation of the new version #7

Open dnknn opened 4 years ago

dnknn commented 4 years ago

The new version has a very big degradation. this is very inconvenient ... for this issue, Ver2.1 is perfect💯.

Can you chase it back? If you are not willing, can you add a option : 🔲ON/OFF

But when the mouse staying on the Notification panel and was 👁viewing the tooltip, it suddenly disappeared by itself, which was very sad and disappointing.

0714012356

208_17065741


In addition, suggest that if you want to add custom setting options, Allow users to customize the 🔔notification timeout⏱

For Portable-Chrome version (no .exe installation version) , still need to join another API : requireInteraction

Clicking to expand to view screenshot ![0714014451](https://user-images.githubusercontent.com/10995302/87335920-a5b16a00-c573-11ea-8c1a-0d465b92841f.png)
Clicking to expand to view screenshot ![0714013919](https://user-images.githubusercontent.com/10995302/87335414-d93fc480-c572-11ea-9b40-6f6a860b0e7e.png) ![0714014814](https://user-images.githubusercontent.com/10995302/87336252-1e182b00-c574-11ea-9373-e5b833d7de99.png)

if not requireInteraction , for Portable-Chrome, customize notification timeout will be invalid.

sorry for my English...

arkarkark commented 4 years ago

I'm not ignoring this. I'm a little busy right now, but I should be able to add some options for the notifications and maybe use a better/newer notification API.

dnknn commented 4 years ago

Well, thank you for your reply, don't worry, wait until you are free to do it slowly better. Has the API of Chrome•Notifications changed ?

But the most important thing is: 🔔Notification with mouse:hover, can keep it, won't disappear suddenly.

sorry for my english, so Can you mean what i said? Should the meaning be clear in the screenshot?

dnknn commented 4 years ago

Redirector https://chrome.google.com/webstore/detail/ocgpenflpmgnfapjedencafcfakcekcd https://github.com/einaregilsson/Redirector

The notification of this extension👆 is to hover the mouse on its notification panel, and the notification will never automatically disappear.

dnknn commented 3 years ago

https://github.com/arkarkark/copyclipper/blob/01863f2139cb4ea945daefae55746fd230ce8d01/background.js#L53

I changed to 6000ms , Mouse :hover the notification and it will stay for 1 minute. This is enough, others are fixed at 8s, because I use the portable version.

Complete supplementary description ✚ entity examples provide:

I forgot to provide a test example last time, for Portable-Chrome , if no requireInteraction , Even if you set timeout as 30s, the notification duration can only be fixed at about 8s.


Portable-Chrome

I also recommend it to you to try `CentBrowser` `CentBrowser` will not significantly change the Chromium kernel, it is just an enhancement on the basis of Chromium that the extension/script cannot do or difficult to do. It will not disappoint you :)

Have/use requireInteraction API of extensions

The extension also provides toggle option of the UI interface for requireInteraction.

No requireInteraction of the UI, but the notification duration setting is effective.

https://github.com/frafajec/AlarmMe/blob/09ff24ca1a2670389e309802c594b67fe6b51fc8/build/background.js#L486