New Tab No Shortcuts

Replaces the New Tab page with google.com.

ما هو New Tab No Shortcuts؟

New Tab No Shortcuts هو إضافة Chrome تم تطويرها بواسطة amiller، والميزة الرئيسية لها هي "Replaces the New Tab page with google.com.".

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

screenshot

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

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

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

                        This extension replaces the standard new tab page with google.com. All new windows and tabs will open directly to google.com.

This is for people who don't want to worry about which frequently visited sites may show up on the new tab page, or who would prefer all new tabs to open directly to google.com.                    

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

الاسم New Tab No Shortcuts New Tab No Shortcuts
ID hckndkmfhfpjdnagcgdahfipkhhahbfk
عنوان URL الرسمي https://chromewebstore.google.com/detail/new-tab-no-shortcuts/hckndkmfhfpjdnagcgdahfipkhhahbfk
الوصف Replaces the New Tab page with google.com.
حجم الملف 8.82 KB
عدد التثبيتات 118
النسخة الحالية 1.1
آخر تحديث 2020-02-02
تاريخ النشر 2020-01-29
المطور amiller
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab No Shortcuts",
    "short_name": "New Tab No Shortcuts",
    "version": "1.1",
    "minimum_chrome_version": "29",
    "description": "Replaces the New Tab page with google.com.",
    "author": "Andrew Miller",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    }
}