New tabs to the front

Brings newly created tabs to the foreground.

ما هو New tabs to the front؟

New tabs to the front هو إضافة Chrome تم تطويرها بواسطة amahnk، والميزة الرئيسية لها هي "Brings newly created tabs to the foreground.".

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

screenshot

تحميل ملف CRX للإضافة New tabs to the front

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

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

                        This extension forces new tabs to open in the foreground, rather than the background.

Enjoy!                    

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

الاسم New tabs to the front New tabs to the front
ID dildejdbnjjfnpflnoplbfgcjpdlkjjm
عنوان URL الرسمي https://chromewebstore.google.com/detail/new-tabs-to-the-front/dildejdbnjjfnpflnoplbfgcjpdlkjjm
الوصف Brings newly created tabs to the foreground.
حجم الملف 30.34 KB
عدد التثبيتات 754
النسخة الحالية 0.0.2
آخر تحديث 2018-06-11
تاريخ النشر 2018-06-11
تقييم 4.63/5 مجموع تقييمات 8
المطور amahnk
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "Brings newly created tabs to the foreground.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "name": "New tabs to the front",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2"
}