Tab List

List opened tabs for current window. Tab groups are recognised and displayed. Filter list, focus or close tab, bookmark tab group.

ما هو Tab List؟

Tab List هو إضافة Chrome تم تطويرها بواسطة lukasz.grela، والميزة الرئيسية لها هي "List opened tabs for current window. Tab groups are recognised and displayed. Filter list, focus or close tab, bookmark tab group.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tab List

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

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

                        It is a simple but effective extension that will help you manage your ever growing number of tabs. If number of tabs you have opened makes it hard to manage, then this extension will help you. 

When you have tabs grouped, it will open by default in Group View,  you can bookmark grouped tabs, your tabs will be in the "Bookmarks Bar/Tab List" folder. You can switch to list view, tabs will be colour coded according to the group it belongs to.

Version 1.2.2 12/01/2024
- Show groups of tabs
- Provide Group view when appropriate with ability to switch to list view
- Bookmark group
- Dark/Light theme aware

Version 1.1.4 05/01/2024
- Allow for search term (if valid url) to be opened in new tab
Version 1.1.3 19/04/2022
- Remove unused permission
Version 1.1.2 15/03/2018
- Search bar is now sticky
Version 1.0.1 01/11/2017
- When filtered list contains one item then press Enter to highlight this tab.                    

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

الاسم Tab List Tab List
ID ccbillglagbffammojaidpaailialkje
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-list/ccbillglagbffammojaidpaailialkje
الوصف List opened tabs for current window. Tab groups are recognised and displayed. Filter list, focus or close tab, bookmark tab group.
حجم الملف 23.57 KB
عدد التثبيتات 966
النسخة الحالية 1.2.2
آخر تحديث 2024-01-12
تاريخ النشر 2018-03-15
تقييم 4.00/5 مجموع تقييمات 11
المطور lukasz.grela
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://greladesign.co/blog/tablist-chrome-extension/
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab List",
    "version": "1.2.2",
    "description": "List opened tabs for current window. Tab groups are recognised and displayed. Filter list, focus or close tab, bookmark tab group.",
    "icons": {
        "16": "assets\/16x16.png",
        "48": "assets\/48x48.png",
        "128": "assets\/128x128.png"
    },
    "homepage_url": "http:\/\/greladesign.com\/blog\/tablist-chrome-extension\/",
    "action": {
        "default_icon": {
            "16": "assets\/16x16.png",
            "24": "assets\/24x24.png",
            "32": "assets\/32x32.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "bookmarks"
    ]
}