New Tab Redirect to Apps - Axlg

Simple extension that will bring you back the classic Apps-Based New tab page!

ما هو New Tab Redirect to Apps - Axlg؟

New Tab Redirect to Apps - Axlg هو إضافة Chrome تم تطويرها بواسطة https://axl-g.com، والميزة الرئيسية لها هي "Simple extension that will bring you back the classic Apps-Based New tab page!".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة New Tab Redirect to Apps - Axlg

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

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

                        I made this because i was using another one that was asking a lots of permissions.

This will shows you Apps Page when opening a New tab and need only 1 permission that is for redirect to chrome://apps.

v2 Updated! working again!

axl-g.com                    

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

الاسم New Tab Redirect to Apps - Axlg New Tab Redirect to Apps - Axlg
ID nkglplbcmeamjpiegkcjhfogcjfggjjp
عنوان URL الرسمي https://chromewebstore.google.com/detail/new-tab-redirect-to-apps/nkglplbcmeamjpiegkcjhfogcjfggjjp
الوصف Simple extension that will bring you back the classic Apps-Based New tab page!
حجم الملف 7.7 KB
عدد التثبيتات 627
النسخة الحالية 2
آخر تحديث 2016-10-07
تاريخ النشر 2016-10-05
تقييم 4.73/5 مجموع تقييمات 40
المطور https://axl-g.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://axl-g.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Redirect to Apps - Axlg",
    "description": "Simple extension that will bring you back the classic Apps-Based New tab page!",
    "version": "2",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "new_tab_redirect_to_apps.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "Axlg_Logo.png"
    }
}