Minim
A minimal newtab for Chrome
Minim란 무엇입니까?
Minim은(는) su.atul.vi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A minimal newtab for Chrome"입니다.
확장 프로그램 스크린샷
Minim 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |