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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}