Minim
A minimal newtab for Chrome
Minimคืออะไร?
Minim เป็นส่วนขยายของ Chrome ที่พัฒนาโดย su.atul.vi และคุณลักษณะหลักของมันคือ "A minimal newtab for Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minim
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |