javascript - Is there a way of showing/indicating an updated tab from an extension/background page? -
i'm looking behaviour similar pinned gmail tabs, tab head blinks when there's new email , tab not in focus.
chrome.windows.update(..) has 'drawattention' option. chrome.tabs.update(..) has 'active' , 'highlight' options.
i couldn't locate method of indicating updated tab in active window without switching it/or highlighting (which seems have similar behaviour active).
i'm afraid highlighting far tabs
api goes.
you use content script show annoying animated favicon until tab gets visible possible workaround.
Comments
Post a Comment