From 6da5a8498e9de6149d3bd5d1d0b3f740def11312 Mon Sep 17 00:00:00 2001 From: Alessandro Adamou Date: Fri, 15 Jun 2018 10:41:33 +0100 Subject: [PATCH 1/2] Installation from source notes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06ef484..0098c2b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To ensure you get the latest development version, you should be able to install $ yarn install 3. In your Web browser, choose the menu option for managing extensions (_Window → extensions_ in Chrome; _View → Show Extensions_ in Opera; _Tools → Add-ons_ in Firefox) 4. Enable _Developer mode_ for extensions (_Debug Add-on_ in Firefox) -5. Select _Load unpacked extension_ (_Load Temporary Extension_ in Firefox) to select the directory where the extension has been downloaded. +5. Select _Load unpacked extension_ (_Load Temporary Extension_ in Firefox) to select the directory where the extension has been downloaded. Some browsers may require you to select the `manifest.js` file inside, others will just ask you to point to the directory where it resides. ## Usage From 8ca9409383cf6d59e8a4ce65ab62bd9b7e5fc5df Mon Sep 17 00:00:00 2001 From: Alessandro Adamou Date: Fri, 15 Jun 2018 10:44:01 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0098c2b..7b5e360 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You can __run__ this WebExtension on any of the following browsers: - Opera version 33 and above - Vivaldi -_Microsoft Edge_ is also expected to support this standard, but this extension will only work if and when Microsoft [decides to support](https://docs.microsoft.com/en-us/microsoft-edge/extensions/api-support/extension-api-roadmap) the history API. +_Microsoft Edge_ is also picking up support for WebExtensions, however this add-on will only work if and when Microsoft [decides to support](https://docs.microsoft.com/en-us/microsoft-edge/extensions/api-support/extension-api-roadmap) the history API. If you want to __build__ the extension from source, you will need the [Yarn package manager](https://yarnpkg.com) to install external dependencies.