Empty New Tab Page

With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.

ما هو Empty New Tab Page؟

Empty New Tab Page هو إضافة Chrome تم تطويرها بواسطة [email protected]، والميزة الرئيسية لها هي "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".

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

screenshot
screenshot

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

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

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

                        For those who don't want to worry which recently visited pages show up on the new tab page, who prefer plain over noisy, simple over complex.

Version 1.2.0 adds dark mode support.                    

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

الاسم Empty New Tab Page Empty New Tab Page
ID dpjamkmjmigaoobjbekmfgabipmfilij
عنوان URL الرسمي https://chromewebstore.google.com/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij
الوصف With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
حجم الملف 10.61 KB
عدد التثبيتات 198,868
النسخة الحالية 1.2.0
آخر تحديث 2021-09-14
تاريخ النشر 2019-05-13
تقييم 4.40/5 مجموع تقييمات 1183
المطور [email protected]
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Empty New Tab Page",
    "version": "1.2.0",
    "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "empty_ntp.html"
    }
}