Empty New Tab Page - Select Your Background.

The new tab page is now empty, you can select the background color of your choice.

ما هو Empty New Tab Page - Select Your Background.؟

Empty New Tab Page - Select Your Background. هو إضافة Chrome تم تطويرها بواسطة Thomas Tavernier، والميزة الرئيسية لها هي "The new tab page is now empty, you can select the background color of your choice.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Empty New Tab Page - Select Your Background.

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

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

                        You can customize the background color of the empty new tab page, just click on the extension.

Default background color set as chrome dark mode color.

No longer supports images.                    

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

الاسم Empty New Tab Page - Select Your Background. Empty New Tab Page - Select Your Background.
ID ppnljghmgbgkebhihiphkkmdgpnccoen
عنوان URL الرسمي https://chromewebstore.google.com/detail/empty-new-tab-page-select/ppnljghmgbgkebhihiphkkmdgpnccoen
الوصف The new tab page is now empty, you can select the background color of your choice.
حجم الملف 10.4 KB
عدد التثبيتات 122
النسخة الحالية 1.4.0
آخر تحديث 2021-08-15
تاريخ النشر 2019-09-19
تقييم 5.00/5 مجموع تقييمات 7
المطور Thomas Tavernier
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/ThomasTavernier/empty-new-tab-page
اللغات المدعومة en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Thomas Tavernier ",
    "default_locale": "en",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newTab\/empty_new_tab_page.html"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    }
}