Files
webextensions-examples/window-manipulator
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
..
2017-08-02 00:20:28 -07:00

Window manipulator

What it does

This extension includes a browser action with a popup specified as "window.html".

The popup lets the user perform various simple operations using the windows API.

What it shows

Demonstration of various windows API functions.