Tab Grouper
Find and manage your tabs easier.
Apa itu Tab Grouper?
Tab Grouper adalah ekstensi Chrome yang dikembangkan oleh https://alexzran.com, dan fitur utamanya adalah "Find and manage your tabs easier.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Grouper
Unduh file ekstensi Tab Grouper 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
Helps you with: Browse all tabs opened. Click to jump to a tab. Select and smart grouping all tabs by website. Bookmark selected tabs in a folder and close them. Feedback here!: https://airtable.com/shr13uwuvCmGz3tBT Roadmap: https://chrome-tab-grouper.notion.site/
Informasi Dasar Ekstensi
Nama | Tab Grouper |
ID | dkiignmfiekgmokkmnpgohpcdolellbn |
URL Resmi | https://chromewebstore.google.com/detail/tab-grouper/dkiignmfiekgmokkmnpgohpcdolellbn |
Deskripsi | Find and manage your tabs easier. |
Ukuran File | 9.62 KB |
Jumlah Instalasi | 50 |
Versi Saat Ini | 0.0.0.6 |
Terakhir Diperbarui | 2023-01-16 |
Tanggal Publikasi | 2022-02-28 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://alexzran.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://chrome-tab-grouper.notion.site/ |
URL Halaman Bantuan | https://airtable.com/shr13uwuvCmGz3tBT |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Grouper", "description": "Find and manage your tabs easier.", "version": "0.0.0.6", "manifest_version": 3, "permissions": [ "tabs", "bookmarks", "tabGroups" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } }, "icons": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } } |