New Tab with Apps

Override the new tab page with Google Chrome Apps page, does not need many permissions

ما هو New Tab with Apps؟

New Tab with Apps هو إضافة Chrome تم تطويرها بواسطة https://sites.google.com/site/sandeshmore، والميزة الرئيسية لها هي "Override the new tab page with Google Chrome Apps page, does not need many permissions".

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

screenshot

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

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

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

                        This extension overrides the new tab page with chrome apps page. This app does not need any special permissions.                    

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

الاسم New Tab with Apps New Tab with Apps
ID jbfelchjnicpmdnfmcfpfajkdpibabkl
عنوان URL الرسمي https://chromewebstore.google.com/detail/new-tab-with-apps/jbfelchjnicpmdnfmcfpfajkdpibabkl
الوصف Override the new tab page with Google Chrome Apps page, does not need many permissions
حجم الملف 10.12 KB
عدد التثبيتات 2,054
النسخة الحالية 0.2
آخر تحديث 2014-11-12
تاريخ النشر 2014-04-02
تقييم 3.50/5 مجموع تقييمات 2
المطور https://sites.google.com/site/sandeshmore
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab with Apps",
    "description": "Override the new tab page with Google Chrome Apps page, does not need many permissions",
    "version": "0.2",
    "chrome_url_overrides": {
        "newtab": "new_tab_chrome_apps.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "allapps16.png",
        "48": "allapps48.png",
        "128": "allapps128.png"
    },
    "manifest_version": 2
}