Tab Sessions

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

什麼是Tab Sessions?

Tab Sessions是由Ian Martorell開發的Chrome擴展程式,該擴展的主要功能是“This extension lets the user manage multiple sessions of open tabs.”。

擴展截圖

screenshot

下載Tab Sessions擴展crx文件

下載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 Tab Sessions
ID kljefmgondidjmjicifipgglpekgjddm
官方網址 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"
    }
}