List All Tabs

show a list of all open tabs

ما هو List All Tabs؟

List All Tabs هو إضافة Chrome تم تطويرها بواسطة lior99apps، والميزة الرئيسية لها هي "show a list of all open tabs".

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

screenshot
screenshot

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

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

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

                        Display all open tabs as a list, allowing easy switching, closing and muting/unmuting

Changelog:
https://github.com/lior99/see-all-tabs/blob/master/CHANGELOG.MD

Github Repo: https://github.com/lior99/see-all-tabs                    

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

الاسم List All Tabs List All Tabs
ID iklkoalaepbjckknpnklbipmplnipcid
عنوان URL الرسمي https://chromewebstore.google.com/detail/list-all-tabs/iklkoalaepbjckknpnklbipmplnipcid
الوصف show a list of all open tabs
حجم الملف 994 KB
عدد التثبيتات 3,376
النسخة الحالية 4.0.2
آخر تحديث 2021-03-05
تاريخ النشر 2019-09-14
تقييم 4.50/5 مجموع تقييمات 16
المطور lior99apps
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/lior99/see-all-tabs
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "List All Tabs",
    "version": "4.0.2",
    "description": "show a list of all open tabs",
    "short_name": "List All Tabs",
    "author": "Lior Shtivelman",
    "permissions": [
        "tabs",
        "storage",
        "tabGroups"
    ],
    "options_page": "options.html",
    "action": {
        "default_icon": "images\/dark_version.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+U",
                "linux": "Ctrl+Shift+U",
                "windows": "Alt+Shift+U",
                "mac": "Ctrl+Shift+U"
            }
        }
    }
}