Minimal New Tab

newtab

ما هو Minimal New Tab؟

Minimal New Tab هو إضافة Chrome تم تطويرها بواسطة downthecrop، والميزة الرئيسية لها هي "newtab".

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

screenshot

تحميل ملف CRX للإضافة Minimal New Tab

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

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

                        Minimal New Tab - Remove Google Doodles while retaining the stock aesthetic.

All in one drop in replacement for the Chrome new tab.

I really don't like google doodles on my newtab pages. Unfortunatly due to some chrome premission settings the chrome://newtab page is unable to be hooked. And thus we can't just block doodle requests.

Features
- No Google Doodles
- No "Helpful tips"
- True Dark Theme
- Chrome Top Sites
- Custom Top Sites
- Search Bar with Suggestions
- No configuration required
- Fast!

Logo by By Danil Polshin, RU                    

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

الاسم Minimal New Tab Minimal New Tab
ID afnmoecpnepccekbinlapeolhgdgjclm
عنوان URL الرسمي https://chromewebstore.google.com/detail/minimal-new-tab/afnmoecpnepccekbinlapeolhgdgjclm
الوصف newtab
حجم الملف 220 KB
عدد التثبيتات 200
النسخة الحالية 1.7
آخر تحديث 2023-09-20
تاريخ النشر 2021-04-26
تقييم 5.00/5 مجموع تقييمات 2
المطور downthecrop
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/downthecrop/minimal-new-tab
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minimal New Tab",
    "version": "1.7",
    "description": "newtab",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "topSites"
    ],
    "host_permissions": [
        "*:\/\/suggestqueries.google.com\/complete\/*",
        "https:\/\/t2.gstatic.com\/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}