Apps in new tab

Shows the list of installed apps instead of the search page when opening a new tab.

ما هو Apps in new tab؟

Apps in new tab هو إضافة Chrome تم تطويرها بواسطة Guillaume Ryder، والميزة الرئيسية لها هي "Shows the list of installed apps instead of the search page when opening a new tab.".

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

screenshot

تحميل ملف CRX للإضافة Apps in new tab

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

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

                        Replaces the default new tab page with the apps list.

Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab                    

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

الاسم Apps in new tab Apps in new tab
ID mpojaelnfgiajhilmojddklffggldfbp
عنوان URL الرسمي https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp
الوصف Shows the list of installed apps instead of the search page when opening a new tab.
حجم الملف 4.63 KB
عدد التثبيتات 564
النسخة الحالية 2.0.0
آخر تحديث 2022-10-24
تاريخ النشر 2019-09-27
تقييم 2.50/5 مجموع تقييمات 2
المطور Guillaume Ryder
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/guilryder/chrome-extensions/tree/master/newtab
عنوان صفحة المساعدة https://github.com/guilryder/chrome-extensions/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Apps in new tab",
    "version": "2.0.0",
    "description": "Shows the list of installed apps instead of the search page when opening a new tab.",
    "author": "Guillaume Ryder",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "apps.html"
    }
}