MCPcopy Create free account
hub / github.com/zxlie/FeHelper / _animateTips

Function _animateTips

apps/background/background.js:387–394  ·  view source on GitHub ↗
(tips)

Source from the content-addressed store, hash-verified

385 * @private
386 */
387 let _animateTips = (tips) => {
388 setTimeout(() => {
389 chrome.action.setBadgeText({text: tips});
390 setTimeout(() => {
391 chrome.action.setBadgeText({text: ''});
392 }, 2000);
393 }, 3000);
394 };
395
396 /**
397 * 插件图标点击后的默认动作

Callers 2

_updateBrowserActionFunction · 0.85
_addExtensionListenerFunction · 0.85

Calls 1

setTimeoutFunction · 0.85

Tested by

no test coverage detected