Minimalite

New Tab page replacement

What is Minimalite?

Minimalite is a Chrome extension developed by SK, and its main feature is "New Tab page replacement".

Extension Screenshots

screenshot

Download Minimalite Extension CRX File

Download Minimalite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Minimalite replaces your New Tab page with a beautiful background that changes daily.

You'll have access to a customizable set of Quick Links (common bookmarks/pages you visit), a tiny weather widget, and a notes widget. Your notes will sync across your computers when using Chrome Sync.

This add-on is based off of Momentum.

New features will be added soon, including to-do support, a library of wallpapers, and more.                    

Extension Basic Information

Name Minimalite Minimalite
ID lgjjmgfdfmcmbeohbgfmncjlhakmafeg
Official URL https://chromewebstore.google.com/detail/minimalite/lgjjmgfdfmcmbeohbgfmncjlhakmafeg
Description New Tab page replacement
File Size 595 KB
Installation Count 206
Current Version 0.1.7
Last Updated 2023-01-01
Publish Date 2019-09-29
Rating 5.00/5 Total 5 Ratings
Developer SK
Email [email protected]
Payment Type free
Extension Website https://github.com/skoshy/Minimalite
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimalite",
    "description": "New Tab page replacement",
    "version": "0.1.7",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "storage",
        "topSites"
    ]
}