Releases: guiguilhermegui/goback-web
Version 1.4
Return to work site ✔
Notifications ON and OFF ✔
Custom countdown ✔
Changelog:
Countdown Icon Badge✔
Popup shows the default value to input✔
New Issue 01: ❌
Work site sometimes is the background site when Start Clicked,
sometimes when the countdown stops at 1 waiting to select the tab.
chrome.tabs.onActivated.addListener((activeInfo) => {
if (!originalTab) { // change this function, sometimes its null so awaits, sometimes is equal (not clicked start button) , so just stays
setOriginalTab(activeInfo.tabId, activeInfo.windowId);
New Issue 02: ❌
Need to wait first countdown to activate tab.
activeInfo need to be relaunched before the Countdown
New Issue 03: ❌
Countdown is counting from option default and not the input popup.
actually a simple mistake that will be awaiting next time I will look at this code
Await for futures versions:😍
Issues solved
Custom notification time
- Notification time preset functions
- Custom notification time/function
Custom notifications text
- List of messages to send