Auto Tab Group

This extension will automatically group tabs by domain if a group already exists with only that domain in the group.

Apa itu Auto Tab Group?

Auto Tab Group adalah ekstensi Chrome yang dikembangkan oleh ron.troyer, dan fitur utamanya adalah "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Auto Tab Group

Unduh file ekstensi Auto Tab Group 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

                        Auto Tab Group will automatically group any new tab created to any tab group you've already created that only has a single domain in it. This helps keep your tabs organized automatically!                    

Informasi Dasar Ekstensi

Nama Auto Tab Group Auto Tab Group
ID fegfjeilahnhmeeiaagmdnnmenefpgld
URL Resmi https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld
Deskripsi This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
Ukuran File 15.59 KB
Jumlah Instalasi 10
Versi Saat Ini 1.4
Terakhir Diperbarui 2021-05-10
Tanggal Publikasi 2021-03-18
Penilaian 5.00/5 Total 1 Penilaian
Pengembang ron.troyer
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/j0be/AutoTabGroup
URL Halaman Bantuan https://github.com/j0be/AutoTabGroup
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Tab Group",
    "description": "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.",
    "version": "1.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "tabGroups"
    ],
    "icons": {
        "16": "\/16x16.png",
        "32": "\/32x32.png",
        "48": "\/48x48.png",
        "128": "\/128x128.png"
    }
}