New Tabs at End 3000

Forces new tabs to open at the end of the tab strip.

ما هو New Tabs at End 3000؟

New Tabs at End 3000 هو إضافة Chrome تم تطويرها بواسطة Sugarbranch, Inc.، والميزة الرئيسية لها هي "Forces new tabs to open at the end of the tab strip.".

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

screenshot

تحميل ملف CRX للإضافة New Tabs at End 3000

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

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

                        The New Tabs at End (v2.0.3.3) extension by itworks was removed from the Chrome Store for violating the Chrome Web Store policy. 

This version updates the extension to work with Manifest version 3 and the latest Google Chrome Extension API. The code is open source and available on Github. 

Version 3.0.0.1 - Simplified code. Hopefully, it will no longer jump to the first tab randomly                    

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

الاسم New Tabs at End 3000 New Tabs at End 3000
ID bboielpmccpfkhggghgpimeblacofahc
عنوان URL الرسمي https://chromewebstore.google.com/detail/new-tabs-at-end-3000/bboielpmccpfkhggghgpimeblacofahc
الوصف Forces new tabs to open at the end of the tab strip.
حجم الملف 9.58 KB
عدد التثبيتات 3,000
النسخة الحالية 3.0.0.2
آخر تحديث 2022-06-13
تاريخ النشر 2021-08-29
تقييم 4.21/5 مجموع تقييمات 14
المطور Sugarbranch, Inc.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/tsuliwaensis/New-Tabs-at-End-3000
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Forces new tabs to open at the end of the tab strip.",
    "icons": {
        "128": "skin\/icon-128.png",
        "16": "skin\/icon-16.png",
        "48": "skin\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "New Tabs at End 3000",
    "version": "3.0.0.2"
}