Session Keeper
Save window configurations for future use
什么是Session Keeper?
Session Keeper是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Save window configurations for future use”。
扩展截图
下载Session Keeper扩展crx文件
下载Session Keeper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Manage and save your windows and tabs. Drag and drop to make organization easy!
扩展基本信息
名称 | Session Keeper |
ID | okhgbddgbeihpjndlcgkdkamejiigkno |
官方URL | https://chromewebstore.google.com/detail/session-keeper/okhgbddgbeihpjndlcgkdkamejiigkno |
简介 | Save window configurations for future use |
文件大小 | 108 KB |
安装次数 | 518 |
当前版本 | 0.0.2 |
更新时间 | 2016-04-20 |
上架时间 | 2016-04-20 |
评分 | 3.33/5 共3次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2", "name": "Session Keeper", "manifest_version": 2, "description": "Save window configurations for future use", "browser_action": { "default_title": "Session Keeper" }, "icons": { "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "scripts": [ "js\/background.bundle.js" ] }, "permissions": [ "tabs", "storage" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;" } |