Tab Sessions
This extension lets the user manage multiple sessions of open tabs.
Apa itu Tab Sessions?
Tab Sessions adalah ekstensi Chrome yang dikembangkan oleh Ian Martorell, dan fitur utamanya adalah "This extension lets the user manage multiple sessions of open tabs.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tab Sessions
Unduh file ekstensi Tab Sessions 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 Sessions places an icon alongside the user's Omnibar which opens the Tab Session Manager in a popup window. From here, the user can save new tab sessions and load, update or delete old ones. The tab sessions are stored using HTML5's Local Storage feature, so they are never deleted and are particular for each browser. Ideas for future versions: - Sync sessions via Google account - Prettify Tab Session Manager + Allow reordering of sessions - Automatic session tracking
Informasi Dasar Ekstensi
Nama | Tab Sessions |
ID | kljefmgondidjmjicifipgglpekgjddm |
URL Resmi | https://chromewebstore.google.com/detail/tab-sessions/kljefmgondidjmjicifipgglpekgjddm |
Deskripsi | This extension lets the user manage multiple sessions of open tabs. |
Ukuran File | 52.63 KB |
Jumlah Instalasi | 265 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2013-07-09 |
Tanggal Publikasi | 2013-07-09 |
Penilaian | 3.83/5 Total 6 Penilaian |
Pengembang | Ian Martorell |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Sessions", "description": "This extension lets the user manage multiple sessions of open tabs.", "version": "1.1.1", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |