Elementary New Tab

Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser

ما هو Elementary New Tab؟

Elementary New Tab هو إضافة Chrome تم تطويرها بواسطة Gamake، والميزة الرئيسية لها هي "Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        💎 Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser.

✨ Fast switching of the search service Google, Yandex, Bing, choose what you need with one click.

✨ Extensive gallery of quality images for the background of your page

✨ Minimalistic customizable tabs for quick access to your favorite sites                    

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

الاسم Elementary New Tab Elementary New Tab
ID nkchlojdkebfdanfjngpdimocljgpfhh
عنوان URL الرسمي https://chromewebstore.google.com/detail/elementary-new-tab/nkchlojdkebfdanfjngpdimocljgpfhh
الوصف Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser
حجم الملف 2.92 MB
عدد التثبيتات 72
النسخة الحالية 1.0.4
آخر تحديث 2021-01-17
تاريخ النشر 2020-12-20
تقييم 5.00/5 مجموع تقييمات 4
المطور Gamake
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة de,en,fr,tr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Elementary New Tab",
    "description": "__MSG_extDescription__",
    "version": "1.0.4",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/images\/icons\/icon_16.png",
        "48": "assets\/images\/icons\/icon_48.png",
        "128": "assets\/images\/icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "topSites",
        "*:\/\/wallhaven.cc\/*"
    ]
}