Tab Group
Organize your tabs
Apa itu Tab Group?
Tab Group adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Organize your tabs".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Group
Unduh file ekstensi Tab Group 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
Tab Group allows users to create groupings of links/urls/internet pages. Users can easily create new groupings by entering a name and description for the group and adding links to them. They can also pull all the links from currently opened tabs. Users can choose to open the items within the indicated grouping all at once in different tabs. Very useful when opening the browser depending on specific purposes (groups can contain things you might want to differentiate ie: fun and games, work, coding, readings, art history class, trip planning).
Informasi Dasar Ekstensi
Nama | Tab Group |
ID | fdagimofkjchlmpjdgafapdkhdejfgfj |
URL Resmi | https://chromewebstore.google.com/detail/tab-group/fdagimofkjchlmpjdgafapdkhdejfgfj |
Deskripsi | Organize your tabs |
Ukuran File | 15.1 KB |
Jumlah Instalasi | 83 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2014-10-17 |
Tanggal Publikasi | 2014-10-17 |
Penilaian | 2.00/5 Total 6 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/JessicaFu/TabGroup |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Group", "version": "1.1", "description": "Organize your tabs", "browser_action": { "default_icon": "images\/new_directory.png", "default_popup": "tabGroups.html" }, "permissions": [ "tabs" ] } |