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.”。
扩展截图
下载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 |
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" } } |