Minim

A minimal newtab for Chrome

O que é Minim?

Minim é uma extensão do Chrome desenvolvida por su.atul.vi, e sua principal característica é "A minimal newtab for Chrome".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Minim

Baixe arquivos de extensão Minim no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Minim Minim
ID kpblgdhkligkbbnbpkigppblggflihgn
URL Oficial https://chromewebstore.google.com/detail/minim/kpblgdhkligkbbnbpkigppblggflihgn
Descrição A minimal newtab for Chrome
Tamanho do Arquivo 790 KB
Contagem de Instalações 4,000
Versão Atual 3.0.105
Última Atualização 2023-11-21
Data de Publicação 2020-06-21
Classificação 4.66/5 Total de 56 Avaliações
Desenvolvedor su.atul.vi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://avinayak.github.io/minim/
URL da Página de Ajuda https://github.com/avinayak/minim
Idiomas Suportados 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"
    }
}