Please use and enjoy it, and if you can make a donation of any amount, we'd appreciate it immensely

Official Turn Off the Lights Blog

Turn Off the Lights Edge extension Powerful PREVIEW

Turn Off the Lights Edge extension Windows 10 Insider

Microsoft released on 17 March 2016 the support of loading your own Edge extension in the Edge web browser. If you are a member of the Windows Insider Program using the fast ring. Build 14291 adds the option to load the edge extension from the three dots menu.

Convert to Edge Extension

We have converted already our Turn Off the Lights Chrome extension version 3.2.0.10 to Edge. These are the basic steps we want to share with you on how to get the Chrome extension working on your Edge web browser.

– If you add this script on top of all your JavaScript files from your Chrome extension, then the most converting is already done. If you have not an advanced extension, then this extension works direct well in your Edge browser.
if (typeof msBrowser !== ‘undefined’) {
chrome = msBrowser;
}
else if (typeof browser != ‘undefined’) {
chrome = browser;
}

– Previous week we converted the Chrome Storage in our Chrome extension to a Cloud version. But when we are converting this to the Edge extension, it doesn’t support the “sync” feature from the Google Chrome Extension API, so you as the developer must change the code from this:
chrome.storage.sync.get
to this
chrome.storage.local.get

– Our Turn Off the Lights extension use the pageaction icon, so the icon is also visible in the first page when you open the Edge web browser. Just right of the blue search button. When you click on the gray lamp button, it dims only the webview element. And that is just below the search box, the other part is gray and is coming from the browser UI.

Before

turn off the lights edge extension icon searchbox

After

turn off the lights edge extension dim the page searchbox

– In build 14291 there is no “Options” button visible on the extension page, so you can’t change a setting in the “Turn Off the Lights” options page. If we tried to do a workaround, paste the URL in the address bar.
ms-browser-extension://MSGname_sdzsm1k4cng40/options.html
You see the pages loading, and then suddenly it goes to a Microsoft Edge error page.

Turn Off the Lights is an open-source project, and you can browse our code on the Github page. It’s a Preview version and we are going to research this more and more. Turn Off the Lights will be ready for you on day one of the public releases. Please don’t forget to support our work by sharing this news and if you can make a donation of any amount, we’d appreciate it immensely!

About The Author

Stefan Van Damme

Finally Chrome Sync Extension Settings!

Chrome Sync Extension Settings in Turn Off the Lights

A new day and a new update available for the Turn Off the Lights Chrome extension users. There few great things inside version 3.2.0.10!

Chrome Sync Extension Settings

Annoying always this Google Chrome Sign in that reset the Chrome extension settings you are using from the previous Google Chrome web browser. In this version you finally sync the Turn Off the Lights extension settings to your Google account. And whenever you sync in your new computer or Chromebook. You get everything back on this new computer with the latest adjusted settings. You as user must do nothing to enable this Chrome sync extension feature. If you’ve logged into the Google Chrome web browser.

Night Mode Shortcut key

Most users want also a separate shortcut to activate the Night Mode, now you can! In this version we add a separate shortcut key Ctrl + Shift + N to active the Night Mode (switch from a day to night theme and vice versa). You can customize the default shortcut commands in the chrome:extensions page where you see below the page the “Keyboard shortcut” link.

We want to give a big shout out for Ebony Lyttle for her feedback and testing this chrome sync extension settings! If you have any questions or feedback for us. Don’t hesitate to contact us on our support page.

Also if you like Turn Off the Lights project please don’t forget to like & share us work. And if you can make a donation of any amount, We’d appreciate it immensely!

About The Author

Stefan Van Damme

The Critical Role That you Plays in Turn Off the Lights

The one person that has the important critics here at Turn Off the Lights is you! Yes, you as a user are very important to improve this free browser extension. The feedback you give to us will improve this extension, so you have maximal comfort and joy at the same time. Each review you write in the Chrome web store or Firefox add-on galley give will be taken seriously and will consider as a new task or bug fix. After trying to research this problem and simulate this on our side.

The more feedback the better

If you have questions or have a great idea for us in the next Turn Off the Lights version, it’s best to send your feedback directly to the Turn Off the Lights Team. You can do this by using our support form. After filling the form, you will receive very soon a reply back.

Language Support

Turn Off the Lights supports today already 40 languages such as Arabic, Chinese Simplified, Chinese Traditional, Danish, Dutch, French, Spanish, Russian, German, Italian, Portuguese, Turkish, Polish, etc. But not all languages are not yet up to date. So new users and also exciting users cannot understand all the features in their own local language, but see the description text only in English. You can help those users! If speech another language, then English goes to the translation club and submit and improve the translation.
Translation Club

Here in the last “Question of the day” YouTube video, you see Jayne explain on how you can review our Turn Off the Lights Browser extension and how you can support our work.

We hope you enjoy all of our Turn Off the Lights Help videos. Don’t forget to share this tip with your friends. And if you have any questions, please don’t hesitate to contact us on our support page or leave a comment in the YouTube video.

About The Author

Stefan Van Damme