pkklffjkfmhpoiepobbldnadjflciinb
Simply set the URL you want new tabs to load and it'll load it. No fluff. Very similar to other "New Tab URL" redirect extensions but this one is stripped down to the bare essentials. There are 4 options available: - URL you want the new tab URL to be - whether you want the URL to be auto-highlighted/selected on new tab page load (or if you want the focus on new tab load to be on your page) - whether you wish to enable a light mode theme (it currently defaults to a dark theme) - whether chrome should sync this setting Note: If your new tab url is a local file (i.e. it starts with "file://" rather than "http://") then you will have to enable the "Allow access to file URLs" permission for this extension on the Manage Extensions page. See source code here: https://github.com/zach-adams/simple-new-tab-url Icon is "redo" by Mohamed Riyaz Ali from the Noun Project https://thenounproject.com/term/redo/1175677/
New Tab URL
Opens a user-defined URL when a new tab is opened. Change default URL when opening a new tab.
Change New Tab
Allows you to change New Tab page to your specific URL.
Light/Dark New Tab Redirect
Redirects new tabs to a custom URL with support for light/dark mode. A minimalistic extension that let's you specify a custom URL to redirect new tabs to. When in dark mode, Chrome's default dark background is used to prevent white flashing while redirecting.
New Tab Redirect
Redirect the browser's new tab to a custom URL A basic extension to redirect the 'New Tab' to an external site of your choosing. Make sure you keep seeing your notes or important info when you're browsing, while keeping the URL bar focused and ready like the default new tab page. A minimal extension; no background scripts or unnecessary permissions. For issues and suggestions open a github issue. Backend Description: The extension implements a temporary 'New Tab Page' that when loaded, immediately queries the extension storage for your set redirect page, and then proceeds to redirect. Removed any background scripts so that it only runs when you initiate it.