Minim

A minimal newtab for Chrome

What is Minim?

Minim is a Chrome extension developed by su.atul.vi, and its main feature is "A minimal newtab for Chrome".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Minim Extension CRX File

Download Minim 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

                        Try before you install it: https://avinayak.github.io/minim/
Source: https://github.com/avinayak/minim

* Choose from a large collection of Background Colors & Gradients.
* Infinite selection of Curated Background Images from Unsplash.
* Clock / Personal Message / Weather.
* Zero Analytics / Data Collection. Needs no permissions whatsoever.
* Open Source.

Please support my work at https://ko-fi.com/atulvinayak

Changelog v3.0.91
* Fixed issues with 24 hour clock

Changelog v3.0.79
* Fixed bug where wallpaper does not change.

Changelog v3.0
* Rewrote everything in Typescript and React

Changelog v2.2.3
* Fix for high resolution screens.
* 5 and 1 minute wallpaper refresh.

Changelog v2.2.1
* Added newline clock
* Typo

Changelog v2.2.0
* Custom widget position
* Universal font sizes
* Timer Widget
* Redesigned Settings Page
* Miscellaneous fixes                    

Extension Basic Information

Name Minim Minim
ID kpblgdhkligkbbnbpkigppblggflihgn
Official URL https://chromewebstore.google.com/detail/minim/kpblgdhkligkbbnbpkigppblggflihgn
Description A minimal newtab for Chrome
File Size 790 KB
Installation Count 4,000
Current Version 3.0.105
Last Updated 2023-11-21
Publish Date 2020-06-21
Rating 4.66/5 Total 56 Ratings
Developer su.atul.vi
Email [email protected]
Payment Type free
Extension Website https://avinayak.github.io/minim/
Help Page URL https://github.com/avinayak/minim
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minim",
    "description": "A minimal newtab for Chrome",
    "version": "3.0.105",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}