Stackable - The Tab Sorter

Sorts all your tabs in one click

ما هو Stackable - The Tab Sorter؟

Stackable - The Tab Sorter هو إضافة Chrome تم تطويرها بواسطة scott_the_engineer، والميزة الرئيسية لها هي "Sorts all your tabs in one click".

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

screenshot

تحميل ملف CRX للإضافة Stackable - The Tab Sorter

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

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

                        We've all been there were we lose our place in the dozens of open tabs. Now we can sort similar tabs at the click of a button.  

This is an incredibly simple to use extension that belongs in any internet explorer's toolbelt.  

Whether you browse the web for fun or have 15 spreadsheets, docs, or slides open for work, you'll be able to keep track of everything with Stackable - The Tab Sorter

Deployment Notes:
- Migrated to MV3                    

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

الاسم Stackable - The Tab Sorter Stackable - The Tab Sorter
ID fkndiglbmlamhgnceejpipckjabmhnbi
عنوان URL الرسمي https://chromewebstore.google.com/detail/stackable-the-tab-sorter/fkndiglbmlamhgnceejpipckjabmhnbi
الوصف Sorts all your tabs in one click
حجم الملف 9.27 KB
عدد التثبيتات 104
النسخة الحالية 1.3.0
آخر تحديث 2023-01-26
تاريخ النشر 2021-08-02
تقييم 4.50/5 مجموع تقييمات 4
المطور scott_the_engineer
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stackable - The Tab Sorter",
    "description": "Sorts all your tabs in one click",
    "version": "1.3.0",
    "icons": {
        "128": "icon_128.png"
    },
    "action": [],
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs"
    ]
}