Minim

A minimal newtab for Chrome

ما هو Minim؟

Minim هو إضافة Chrome تم تطويرها بواسطة su.atul.vi، والميزة الرئيسية لها هي "A minimal newtab for Chrome".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Minim

قم بتنزيل ملفات الامتداد Minim بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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/
عنوان صفحة المساعدة 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"
    }
}