Files
rebloor 82217a05bc Replace var with let in examples (#484)
* Replace var with let in examples

store-collected-images/webextension-plain/deps/uuidv4.js

* Reverted third–party code
2022-08-11 04:27:28 +12:00
..
2016-01-19 16:22:27 -08:00
2020-02-11 17:04:04 -08:00

chill-out

What it does

After 6 seconds of inactivity (defined as the user not having navigated or switched away from the active tab) display a page action for that tab.

When the user clicks the page action, navigate to https://giphy.com/explore/cat.

The delay of 6 seconds is to make the extension's behavior obvious, but such a short period is not recommended in practical applications. Note that in Chrome, alarms do not fire in under a minute. In Chrome:

  • if you install this extension "unpacked", you'll see a warning in the console, but the alarm will still go off after 6 seconds
  • if you package the extension and install it, then the alarm will go off after a minute.

What it shows

How to:

  • use various tabs functions.
  • show and hide a page action.
  • set alarms and handle alarms going off.