Tab Groups Exporter

Utility to export tab groups

Apa itu Tab Groups Exporter?

Tab Groups Exporter adalah ekstensi Chrome yang dikembangkan oleh parthpower, dan fitur utamanya adalah "Utility to export tab groups".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tab Groups Exporter

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

                        Very simplistic chrome extension to save tab groups as sessions. Export/Import sessions as JSON file.

It's opensource under MIT license. Source code at https://github.com/parthpower/chrome-tab-group-exporter/

Contributions are appreciated                    

Informasi Dasar Ekstensi

Nama Tab Groups Exporter Tab Groups Exporter
ID hcfnlphlglikfflkikgilkebljgbnica
URL Resmi https://chromewebstore.google.com/detail/tab-groups-exporter/hcfnlphlglikfflkikgilkebljgbnica
Deskripsi Utility to export tab groups
Ukuran File 33.63 KB
Jumlah Instalasi 588
Versi Saat Ini 0.1
Terakhir Diperbarui 2021-09-10
Tanggal Publikasi 2021-09-06
Penilaian 4.00/5 Total 2 Penilaian
Pengembang parthpower
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/parthpower/chrome-tab-group-exporter
URL Halaman Bantuan https://github.com/parthpower/chrome-tab-group-exporter/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Groups Exporter",
    "description": "Utility to export tab groups",
    "version": "0.1",
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ],
    "action": {
        "default_title": "Export Tab Groups",
        "default_popup": "tabs_api.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 3
}