From c7a8490ce9769d50d6e9a9ac64bea95f04b311bc Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 19 Apr 2020 21:11:23 -0400 Subject: [PATCH] Created Chromium Unpacked Install (markdown) --- Chromium-Unpacked-Install.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Chromium-Unpacked-Install.md diff --git a/Chromium-Unpacked-Install.md b/Chromium-Unpacked-Install.md new file mode 100644 index 0000000..1644653 --- /dev/null +++ b/Chromium-Unpacked-Install.md @@ -0,0 +1,17 @@ +# Important note + +Extensions installed as unpacked aren't updated automatically. To update the extension you should download it and install as unpacked again. + +# Download + +Go to the releases and download "ChromeExtension.zip". Extract it to a directory of your choosing. Choose somewhere you are okay with leaving it (you cannot delete it while it is installed). + +# Install the extension + +1. Open the "Extensions" page (chrome://extensions/) in the browser and turn on the "Developer mode". + +2. Click on the "Load unpacked" button and select the directory where the built extension is placed. + +### Credit + +Instructions taken from https://github.com/web-scrobbler/web-scrobbler/wiki/Install-an-unpacked-extension \ No newline at end of file