TabGroups

Provides organisational control over related tabs

Apa itu TabGroups?

TabGroups adalah ekstensi Chrome yang dikembangkan oleh Peter Mareš, dan fitur utamanya adalah "Provides organisational control over related tabs".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi TabGroups

Unduh file ekstensi TabGroups 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

                        A Google Chrome extension that gives you organisational control over your related browser tabs

Features

The extension gives you the following options to manage your tabs:

Current window

- Sort your tabs based on the page's url host. For example, this will group all your YouTube tabs together. (Sorting is ascending)

- Move all similar tabs (to the current page) in the current window to a new window.

- Close all similar tabs (to the current page) in the current window.


All windows

- Move all similar tabs (to the current page) from all windows to a new window.
- Close all similar tabs (to the current page) from all windows                    

Informasi Dasar Ekstensi

Nama TabGroups TabGroups
ID hfdbgapillniicojjolojgafipcjkeji
URL Resmi https://chromewebstore.google.com/detail/tabgroups/hfdbgapillniicojjolojgafipcjkeji
Deskripsi Provides organisational control over related tabs
Ukuran File 14.71 KB
Jumlah Instalasi 113
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2014-06-19
Tanggal Publikasi 2014-06-18
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Peter Mareš
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabGroups",
    "description": "Provides organisational control over related tabs",
    "version": "0.1.0",
    "author": "Peter Mares",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "menuhandler.js"
        ]
    }
}