Minim

A minimal newtab for Chrome

什么是Minim?

Minim是由su.atul.vi开发的Chrome扩展程序,该扩展的主要功能是“A minimal newtab for Chrome”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Minim扩展crx文件

下载Minim扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Minim Minim
ID kpblgdhkligkbbnbpkigppblggflihgn
官方URL https://chromewebstore.google.com/detail/minim/kpblgdhkligkbbnbpkigppblggflihgn
简介 A minimal newtab for Chrome
文件大小 790 KB
安装次数 4,000
当前版本 3.0.105
更新时间 2023-11-21
上架时间 2020-06-21
评分 4.66/5 共56次评分
开发者 su.atul.vi
电子邮箱 [email protected]
付费类型 free
扩展官网 https://avinayak.github.io/minim/
帮助页面URL https://github.com/avinayak/minim
支持的语言 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"
    }
}