From 01583b733f7141480ee64c71ef8ae3defe020776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Bruy=C3=A8re?= Date: Wed, 10 Jan 2024 14:53:33 +0100 Subject: [PATCH] Add chrome installation instructions --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index b3ad540..2b752a5 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,15 @@ Makes animated GIFs as GMail background possible. Add a GIF in a Google Photos a Prerequisite: node v18.19.0 and run `npm i`. +## Install for Chrome browsers + +To install for Chrome browsers: +- download the source folder +- remove the `browser_specific_settings` attribute of the `manifest.json` +- go to `chrome://extensions/` +- enable developer mode (top right) +- click `Load unpacked` (top left) select the `source` folder + ## Try extension with web-ext In a terminal: