Tab Sessions

This extension lets the user manage multiple sessions of open tabs.

Tab Sessions là gì?

Tab Sessions là một tiện ích mở rộng Chrome được phát triển bởi Ian Martorell, và tính năng chính của nó là "This extension lets the user manage multiple sessions of open tabs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tab Sessions

Tải xuống các tệp mở rộng Tab Sessions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tab Sessions Tab Sessions
ID kljefmgondidjmjicifipgglpekgjddm
URL Chính Thức https://chromewebstore.google.com/detail/tab-sessions/kljefmgondidjmjicifipgglpekgjddm
Mô tả This extension lets the user manage multiple sessions of open tabs.
Kích Thước Tệp 52.63 KB
Số Lần Cài Đặt 265
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2013-07-09
Ngày Phát Hành 2013-07-09
Đánh Giá 3.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Ian Martorell
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}