Minim
A minimal newtab for Chrome
Minim क्या है?
Minim su.atul.vi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A minimal newtab for Chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Minim एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |