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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة New Tab with Apps
قم بتنزيل ملفات الامتداد New Tab with Apps بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Changes the new tab with apps tab. This extension does not need any special permissions apart from tabs access.
معلومات أساسية عن التمديد
الاسم | New Tab with Apps |
ID | ccahedhbdoiklejagbfhklgmhefagpgd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/new-tab-with-apps/ccahedhbdoiklejagbfhklgmhefagpgd |
الوصف | Override the new tab page with Google Chrome Apps page, does not need many permissions |
حجم الملف | 10.12 KB |
عدد التثبيتات | 401 |
النسخة الحالية | 0.2 |
آخر تحديث | 2014-04-04 |
تاريخ النشر | 2014-04-03 |
تقييم | 3.00/5 مجموع تقييمات 3 |
المطور | 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 } |