Set ABOUT:BLANK as NEW TAB page

Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.

ما هو Set ABOUT:BLANK as NEW TAB page؟

Set ABOUT:BLANK as NEW TAB page هو إضافة Chrome تم تطويرها بواسطة https://puvox.software، والميزة الرئيسية لها هي "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.".

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

screenshot

تحميل ملف CRX للإضافة Set ABOUT:BLANK as NEW TAB page

قم بتنزيل ملفات الامتداد Set ABOUT:BLANK as NEW TAB page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Use this extension to have "about:blank" as your new tab page.                    

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

الاسم Set ABOUT:BLANK as NEW TAB page Set ABOUT:BLANK as NEW TAB page
ID amcfcgenknhnhicjonfnclkehkpfnfjl
عنوان URL الرسمي https://chromewebstore.google.com/detail/set-aboutblank-as-new-tab/amcfcgenknhnhicjonfnclkehkpfnfjl
الوصف Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.
حجم الملف 10.81 KB
عدد التثبيتات 72
النسخة الحالية 1.0.1
آخر تحديث 2021-02-01
تاريخ النشر 2021-02-01
تقييم 5.00/5 مجموع تقييمات 2
المطور https://puvox.software
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://puvox.software
عنوان صفحة سياسة الخصوصية https://puvox.software/info/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Set ABOUT:BLANK as NEW TAB page",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "empty.html"
    }
}