An extremely lightweight, minimalistic new tab. Contents of it are only a dark/light mode switcher, date and time, search bar.
Note: Due to Google Chrome's limitation on installing non-store CRX (Chrome Extensions) files, you need to need to enable Developer mode
install it with the built files.
Navigate to the releases section and download the latest release, or click here to download it.
Unzip the file using your prefered tool.
Important: Place the extracted folder in a permanent location on your machine
Navigate to Google Chrome's extension page (chrome://extensions/)
and toggle Developer mode
on.
Click Load unpacked
and select the folder you unzipped in Step 2.
Open a new tab. This should show a dialog to either keep or restore the previous "new tab page". Select Keep
.
That's all! Enjoy.
Navigate to the releases section and download the latest release, or click here to download it.
Unzip the file using your prefered tool.
Navigate to the folder where you saved the previous version, then replace all the files in it with the files unzipped from Step 2.
Navigate to Google Chrome's extension page (chrome://extensions/)
and locate the previously added extension.
You should be able to see a "Reload" icon near the toggle switch of the extension.
Click the "Reload" button.
You should see any information such as the version be changed.
Requirements:
Clone the project
git clone https://github.com/RinMinase/minimal-new-tab.git
cd minimal-new-tab
Install the necessary dependencies
bun install
Or yarn install
or npm install
if you are using NodeJS
instead of Bun
.
Build the project
bun run build
Or yarn build
or npm build
if you are using NodeJS
instead of Bun
.
This generates a /dist
folder with the built files in it.
Open Google Chrome, and navigate to its extension page (chrome://extensions/)
and toggle Developer mode
on.
Click Load unpacked
and select the /dist
folder generated from Step 3 earlier
Open a new tab. This should show a dialog to either keep or restore the previous "new tab page".Select Keep
.
That's all! Enjoy.
Previously I kept using momentum, but ever since it added its Plus
tier subscription it has been riddled with stuff I do not want such as:
And now... Another AI slapped into another product.
You can turn most of the things I mentioned earlier to off, but turning it "off" is just hiding the feature. RAM is still most likely being used from these things despite being off.
Memory Usage: | Tool | RAM Usage (based on Chrome) | | ----------------------- | ------------------------------------------ | | Momentum | 100MB (which sometimes spike to 130MB) | | Momentum (on page load) | 160MB (drops to 100MB after a few seconds) | | This | 30MB |
A memory savings worth of 70MB, a paltry size, yet is still savings worth for the mere 8GB RAM on Mac.
So I decided, yet again, to branch off and create my own. XKCD Link Here :)
This would ease the process of you installing and updating this extension.
But... I would need to pay a one-time fee of $5 for this basic extension, which no one would probably use. Ref: https://developer.chrome.com/docs/webstore/register.
Besides, if you are suspicious of this extension, you may check the mere 200 lines of code in this repository if there is anything which would take your data. Which, background tasks like those would chew up the precious memory I was complaining on in the first place. :)
Lastly, here you go (VirusTotal link for the latest release). Not sure if this would satisfy you.