Tabs to Front v2

Brings newly created tabs to the foreground.

ما هو Tabs to Front v2؟

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

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

screenshot

تحميل ملف CRX للإضافة Tabs to Front v2

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

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

                        New tabs open immediately instead of in the background.
Update of original "Tabs to the Front!" by Abarth (2010).

Chrome opens new tabs in the background and provides no option to switch to them immediately. This extension forces new tabs to open immediately. Basic, no frills, no extra features.                    

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

الاسم Tabs to Front v2 Tabs to Front v2
ID iiojfifkpjkhcdjfgekmfobhfdohlecg
عنوان URL الرسمي https://chromewebstore.google.com/detail/tabs-to-front-v2/iiojfifkpjkhcdjfgekmfobhfdohlecg
الوصف Brings newly created tabs to the foreground.
حجم الملف 10.93 KB
عدد التثبيتات 8,000
النسخة الحالية 2.1
آخر تحديث 2022-05-11
تاريخ النشر 2019-01-02
تقييم 4.46/5 مجموع تقييمات 13
المطور DougCuk42
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "manifest_version": 3,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs to Front v2",
    "version": "2.1",
    "description": "Brings newly created tabs to the foreground.",
    "icons": {
        "16": "icon-16.jpg",
        "32": "icon-32.jpg",
        "48": "icon-48.jpg",
        "128": "icon-128.jpg"
    },
    "background": {
        "service_worker": "background.js",
        "permissions": [
            "tabs"
        ]
    }
}