Sessions for Google Chrome™
Compile your tabs into Sessions.
什么是Sessions for Google Chrome™?
Sessions for Google Chrome™是由bulletblue开发的Chrome扩展程序,该扩展的主要功能是“Compile your tabs into Sessions.”。
扩展截图
下载Sessions for Google Chrome™扩展crx文件
下载Sessions for Google Chrome™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sessions for Google Chrome™ allows you to save all tabs in your current window into a single session for recalling later. If you've got a bunch of tabs open, all related to a single focus, you can shelve the session and close the tabs or entire window, and single-click to restore it. Sessions are shared across any machine signed into the same Google account. Tabs will open in current window by default or optionally in a new window.
扩展基本信息
名称 | Sessions for Google Chrome™ |
ID | kkaegklhgkhfdhanhalpjhfbpmlomlhc |
官方URL | https://chromewebstore.google.com/detail/sessions-for-google-chrom/kkaegklhgkhfdhanhalpjhfbpmlomlhc |
简介 | Compile your tabs into Sessions. |
文件大小 | 727 KB |
安装次数 | 1,166 |
当前版本 | 1.2.1 |
更新时间 | 2016-04-16 |
上架时间 | 2016-04-16 |
评分 | 3.57/5 共7次评分 |
开发者 | bulletblue |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sessions for Google Chrome\u2122", "short_name": "Sessions", "version": "1.2.1", "description": "Compile your tabs into Sessions.", "permissions": [ "tabs", "storage" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" } } |