Stackable - The Tab Sorter

Sorts all your tabs in one click

Apa itu Stackable - The Tab Sorter?

Stackable - The Tab Sorter adalah ekstensi Chrome yang dikembangkan oleh scott_the_engineer, dan fitur utamanya adalah "Sorts all your tabs in one click".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Stackable - The Tab Sorter

Unduh file ekstensi Stackable - The Tab Sorter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Stackable - The Tab Sorter Stackable - The Tab Sorter
ID fkndiglbmlamhgnceejpipckjabmhnbi
URL Resmi https://chromewebstore.google.com/detail/stackable-the-tab-sorter/fkndiglbmlamhgnceejpipckjabmhnbi
Deskripsi Sorts all your tabs in one click
Ukuran File 9.27 KB
Jumlah Instalasi 104
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2023-01-26
Tanggal Publikasi 2021-08-02
Penilaian 4.50/5 Total 4 Penilaian
Pengembang scott_the_engineer
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}