/fullscreen

Browser extension for toggling fullscreen on any website.

Primary LanguageJavaScript

fullscreen

Browser extension for toggling fullscreen on any website.

This extension provides a minimal interface to the Living Standard Element.requestFullscreen() Web API, so any page can be toggled to fullscreen.

Unlike other extensions available on extension stores, this extension acts like a typical video-fullscreen operation: it removes titlebars and other browser UI until Esc is pressed. Great for reading online without distractions.

Download & Install

Development

This root extension directory can be directly loaded into browsers for testing, but manifest.json may be incomplete or give warnings.

To build and run browser-specific code for your browser, do the following:

  1. Run make in this directory
  2. There will be 2 folders and .zip files generated in /dist, respectively for Chrome and Firefox.
  3. Load the extension from dist/fullscreen-<browser>-<version>-src.

Contributors

License

Blue Oak