Minim
A minimal newtab for Chrome
Co to jest Minim?
Minim to rozszerzenie Chrome opracowane przez su.atul.vi, a jego główną funkcją jest „A minimal newtab for Chrome”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Minim
Pobierz pliki rozszerzeń Minim w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Minim |
ID | kpblgdhkligkbbnbpkigppblggflihgn |
Oficjalny URL | https://chromewebstore.google.com/detail/minim/kpblgdhkligkbbnbpkigppblggflihgn |
Opis | A minimal newtab for Chrome |
Rozmiar pliku | 790 KB |
Liczba instalacji | 4,000 |
Aktualna Wersja | 3.0.105 |
Ostatnia Aktualizacja | 2023-11-21 |
Data Publikacji | 2020-06-21 |
Ocena | 4.66/5 Łącznie 56 Oceny |
Deweloper | su.atul.vi |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://avinayak.github.io/minim/ |
Adres URL Strony Pomocy | https://github.com/avinayak/minim |
Obsługiwane Języki | 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" } } |