/demo-extensions

Demos and examples to test different chromium extension APIs

Primary LanguageJavaScript

demo-extensions

Demos and examples to test different chromium extension APIs. Versions of some existing samples available at https://developer.chrome.com/extensions/samples.

  • process_monitor
    • Call browserAction.openPopup() when the tab url contains matchURL expression.
  • process_monitor-2
    • Same as process_monitor, but configured to do it after a few seconds, showing a badge if it's popup could not be displayed.
  • process_monitor-3
    • Also as process_monitor, but retries silently showing the popup till it's possible to do it.