You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note:** It can also be installed on [Brave](https://support.brave.com/hc/en-us/articles/360017909112-How-can-I-add-extensions-to-Brave-), [Vivaldi](https://help.vivaldi.com/article/extensions/#install), and other Chromium-based browsers from the Chrome Web Store (or by sideloading).
23
+
**Notes:**
24
+
- It can also be installed on [Brave](https://support.brave.com/hc/en-us/articles/360017909112-How-can-I-add-extensions-to-Brave-), [Vivaldi](https://help.vivaldi.com/article/extensions/#install), and other Chromium-based browsers from the Chrome Web Store (or by sideloading).
25
+
- Installing add-ons for Firefox mobile is complicated at the moment, since Android's [new Geckoview-based browser](https://blog.mozilla.org/addons/2020/09/02/update-on-extension-support-in-the-new-firefox-for-android/) does not officially support all add-ons yet. If you still want to use this add-on on Firefox mobile, refer to [this page](https://support.mozilla.org/en-US/kb/find-and-install-add-ons-firefox-android#w_expanded-extension-support-in-firefox-for-android-nightly) for more information.
24
26
25
-
**Note:** Installing add-ons for Firefox mobile is complicated at the moment, since Android's [new Geckoview-based browser](https://blog.mozilla.org/addons/2020/09/02/update-on-extension-support-in-the-new-firefox-for-android/) does not officially support all add-ons yet. If you still want to use this add-on on Firefox mobile, refer to [this page](https://support.mozilla.org/en-US/kb/find-and-install-add-ons-firefox-android#w_expanded-extension-support-in-firefox-for-android-nightly) for more information.
26
27
28
+
### Advanced
29
+
If you wish to build yourself, you can download the repository, run `npm install` to install dependencies, and build the project with `npm start`. Make sure you have npm and Node.js v10.0.0 or greater installed ([how?](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)). At the moment, Linux is required to run the build script, although you can perform all the steps in that script manually if you want to build on another OS.
27
30
28
-
### Detailed
29
-
If you wish to build yourself, `build.sh` is used to copy all files to the `build/` directory, compile SCSS to CSS, and zip the extension, but you can do these steps any other way you wish. Next, the build directory or zip file can be loaded into your browser of choice:
30
-
-[Instructions for Chrome](https://developer.chrome.com/extensions/getstarted#manifest)
31
-
-[Instructions for Firefox](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/)
32
-
-[Instructions for Edge](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/getting-started/part1-simple-extension#run-your-extension-locally-in-your-browser-while-developing-it-side-loading)
33
-
-[Instructions for Opera](https://dev.opera.com/extensions/testing/)
34
-
35
-
**Note:** A command line version of [SASS](https://sass-lang.com/) is required for compiling stylesheets.
31
+
Next, the build directory or zip file can be loaded into your browser of choice: [Chrome](https://developer.chrome.com/extensions/getstarted#manifest) / [Firefox](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/) / [Edge](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/getting-started/part1-simple-extension#run-your-extension-locally-in-your-browser-while-developing-it-side-loading) / [Opera](https://dev.opera.com/extensions/testing/)
Copy file name to clipboardexpand all lines: _locales/en/messages.json
-3
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,14 @@
3
3
"message": "Dark Mode for Outlook™",
4
4
"description": "Name of the extension."
5
5
},
6
-
7
6
"extensionShortName": {
8
7
"message": "Dark Mode",
9
8
"description": "Short name of the extension."
10
9
},
11
-
12
10
"extensionDescription": {
13
11
"message": "A better (unofficial) dark theme for Microsoft Outlook™.",
14
12
"description": "Description of the extension."
15
13
},
16
-
17
14
"extensionLongDescription": {
18
15
"message": "A Firefox add-on that applies a better dark mode to Microsoft Outlook and removes the ad sidebar. Compatible with Firefox mobile!\nAlso released on the Chrome Web Store here.\nOutlook is a trademark of Microsoft and this project is not affiliated with or endorsed by Microsoft in any way.",
19
16
"description": "A longer description of the extension for store pages."
Copy file name to clipboardexpand all lines: _locales/es/messages.json
-3
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,14 @@
3
3
"message": "Modo oscuro para Outlook™",
4
4
"description": "Name of the extension."
5
5
},
6
-
7
6
"extensionShortName": {
8
7
"message": "Modo oscuro",
9
8
"description": "Short name of the extension."
10
9
},
11
-
12
10
"extensionDescription": {
13
11
"message": "Un mejor tema oscuro (extraoficial) para Microsoft Outlook™.",
14
12
"description": "Description of the extension."
15
13
},
16
-
17
14
"extensionLongDescription": {
18
15
"message": "Una extensión de Firefox que aplica un mejor modo oscuro a Microsoft Outlook y elimina la barra lateral de anuncios. Compatible con Firefox móvil.\n¡También disponible para Chrome, Firefox, Edge y Opera!\nOutlook es una marca comercial de Microsoft y este proyecto no está afiliado ni respaldado por Microsoft de ninguna manera.",
19
16
"description": "A longer description of the extension for store pages."
0 commit comments