Minimalite

New Tab page replacement

ما هو Minimalite؟

Minimalite هو إضافة Chrome تم تطويرها بواسطة SK، والميزة الرئيسية لها هي "New Tab page replacement".

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

screenshot

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

قم بتنزيل ملفات الامتداد Minimalite بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Minimalite replaces your New Tab page with a beautiful background that changes daily.

You'll have access to a customizable set of Quick Links (common bookmarks/pages you visit), a tiny weather widget, and a notes widget. Your notes will sync across your computers when using Chrome Sync.

This add-on is based off of Momentum.

New features will be added soon, including to-do support, a library of wallpapers, and more.                    

معلومات أساسية عن التمديد

الاسم Minimalite Minimalite
ID lgjjmgfdfmcmbeohbgfmncjlhakmafeg
عنوان URL الرسمي https://chromewebstore.google.com/detail/minimalite/lgjjmgfdfmcmbeohbgfmncjlhakmafeg
الوصف New Tab page replacement
حجم الملف 595 KB
عدد التثبيتات 206
النسخة الحالية 0.1.7
آخر تحديث 2023-01-01
تاريخ النشر 2019-09-29
تقييم 5.00/5 مجموع تقييمات 5
المطور SK
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/skoshy/Minimalite
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimalite",
    "description": "New Tab page replacement",
    "version": "0.1.7",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "storage",
        "topSites"
    ]
}