Minim
A minimal newtab for Chrome
Minim là gì?
Minim là một tiện ích mở rộng Chrome được phát triển bởi su.atul.vi, và tính năng chính của nó là "A minimal newtab for Chrome".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Minim
Tải xuống các tệp mở rộng Minim dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kpblgdhkligkbbnbpkigppblggflihgn |
URL Chính Thức | https://chromewebstore.google.com/detail/minim/kpblgdhkligkbbnbpkigppblggflihgn |
Mô tả | A minimal newtab for Chrome |
Kích Thước Tệp | 790 KB |
Số Lần Cài Đặt | 4,000 |
Phiên Bản Hiện Tại | 3.0.105 |
Cập Nhật Lần Cuối | 2023-11-21 |
Ngày Phát Hành | 2020-06-21 |
Đánh Giá | 4.66/5 Tổng số 56 Đánh Giá |
Nhà Phát Triển | su.atul.vi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://avinayak.github.io/minim/ |
URL Trang Trợ Giúp | https://github.com/avinayak/minim |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |