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

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -