Makes animated GIFs as GMail background possible. Add a GIF in a Google Photos album and use it as theme in GMail settings.
Prerequisite: node v18.19.0 and run npm i
.
To install for Chrome browsers:
- download the source folder
- remove the
browser_specific_settings
attribute of themanifest.json
- go to
chrome://extensions/
- enable developer mode (top right)
- click
Load unpacked
(top left) select thesource
folder
In a terminal:
npm run watch
In another terminal:
web-ext run --firefox="C:\Program Files\Mozilla Firefox\firefox.exe"
npm run build
web-ext build
The built extension is in web-ext-artifacts
.
Publish it by hand on this page.
The template used for this extension: browser-extension-template.