Automatically Group Tabs

Automatically group tabs by URL

Apa itu Automatically Group Tabs?

Automatically Group Tabs adalah ekstensi Chrome yang dikembangkan oleh aximario, dan fitur utamanya adalah "Automatically group tabs by URL".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Automatically Group Tabs

Unduh file ekstensi Automatically Group Tabs 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

                        According to the configured rules, the tabs are automatically grouped according to the URL, which reduces the trouble that it is difficult to find the desired tab.                    

Informasi Dasar Ekstensi

Nama Automatically Group Tabs Automatically Group Tabs
ID apdbpjooldepljcbgbcjefgodkmhenle
URL Resmi https://chromewebstore.google.com/detail/automatically-group-tabs/apdbpjooldepljcbgbcjefgodkmhenle
Deskripsi Automatically group tabs by URL
Ukuran File 13.7 KB
Jumlah Instalasi 76
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2022-05-29
Tanggal Publikasi 2022-05-16
Penilaian 4.33/5 Total 3 Penilaian
Pengembang aximario
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "default_locale": "zh_CN",
    "description": "__MSG_extensionDescription__",
    "version": "2.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "tabGroups"
    ],
    "action": {
        "default_title": "__MSG_optionsPageTitle__",
        "default_icon": {
            "16": "\/images\/tabgroups.png",
            "32": "\/images\/tabgroups.png",
            "48": "\/images\/tabgroups.png",
            "128": "\/images\/tabgroups.png"
        }
    },
    "icons": {
        "16": "\/images\/tabgroups.png",
        "32": "\/images\/tabgroups.png",
        "48": "\/images\/tabgroups.png",
        "128": "\/images\/tabgroups.png"
    },
    "options_page": "index.html"
}