Tab Groups

A variation of the firefox tab group feature for chrome.

Apa itu Tab Groups?

Tab Groups adalah ekstensi Chrome yang dikembangkan oleh axolotl, dan fitur utamanya adalah "A variation of the firefox tab group feature for chrome.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Tab Groups

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

                        See the website readme.                    

Informasi Dasar Ekstensi

Nama Tab Groups Tab Groups
ID gccimjdagnkcchleckogmciiefdngcgl
URL Resmi https://chromewebstore.google.com/detail/tab-groups/gccimjdagnkcchleckogmciiefdngcgl
Deskripsi A variation of the firefox tab group feature for chrome.
Ukuran File 2.09 MB
Jumlah Instalasi 193
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-03-18
Tanggal Publikasi 2015-03-18
Penilaian 1.67/5 Total 15 Penilaian
Pengembang axolotl
Tipe Pembayaran free
Situs Ekstensi https://github.com/Risto-Stevcev/tabgroups
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Groups",
    "description": "A variation of the firefox tab group feature for chrome.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "chrome:\/\/favicon\/*"
    ]
}