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
官方網址 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"
    }
}