From 3f77bc000aa8d07109036d6f0cba91a2854d881f Mon Sep 17 00:00:00 2001 From: themighty1 Date: Wed, 7 Oct 2020 10:56:43 +0300 Subject: [PATCH] README. clarify that it is Chromium-based --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index d303cc7..977cdf1 100644 --- a/README +++ b/README @@ -1,9 +1,12 @@ -Firefox addon creation is not supported anymore due to missing API in Firefox. +PageSigner works with many Chromium-based browsers (e.g. Chromium, Vivaldi, Brave, Google Chrome) -To create a Chrome extension: +You can load PageSigner from the source files of this repo this way: 1. go to chrome://extensions and Enable "Developer mode" 2. Click "Load unpacked" 3. Navigate inside pagesigner's top folder and click Open. + +----- +Firefox addon creation is not supported anymore due to missing API in Firefox.