Tab Sessions
This extension lets the user manage multiple sessions of open tabs.
Tab Sessionsคืออะไร?
Tab Sessions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ian Martorell และคุณลักษณะหลักของมันคือ "This extension lets the user manage multiple sessions of open tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Sessions
ดาวน์โหลดไฟล์ส่วนขยาย Tab Sessions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Sessions |
ID | kljefmgondidjmjicifipgglpekgjddm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-sessions/kljefmgondidjmjicifipgglpekgjddm |
คำอธิบาย | This extension lets the user manage multiple sessions of open tabs. |
ขนาดไฟล์ | 52.63 KB |
จำนวนการติดตั้ง | 265 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2013-07-09 |
วันที่เผยแพร่ | 2013-07-09 |
คะแนน | 3.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Ian Martorell |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |