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
公式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
Eメール [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"
    }
}