Window Saver

Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.

什么是Window Saver?

Window Saver是由matheusbrat开发的Chrome扩展程序,该扩展的主要功能是“Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.”。

扩展截图

screenshot

下载Window Saver扩展crx文件

下载Window Saver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With Window Saver you can enable monitoring on specific windows. Having a window to be monitored will keep it state saved on chrome storage (it will be synced automatically!). You can close it and use Window Saver to reopen a monitored window later. You can also set the new for a specific window so it will be easy to find your windows.

It will also save the size/position of the window, so you can have them on the same position.                    

扩展基本信息

名称 Window Saver Window Saver
ID kljjfajgfddnjhneppbffdcamolclpld
官方URL https://chromewebstore.google.com/detail/window-saver/kljjfajgfddnjhneppbffdcamolclpld
简介 Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.
文件大小 103 KB
安装次数 94
当前版本 0.0.3
更新时间 2016-11-27
上架时间 2016-11-27
评分 4.60/5 共5次评分
开发者 matheusbrat
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/x-warrior/window-saver
帮助页面URL https://github.com/x-warrior/window-saver
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3",
    "name": "Window Saver",
    "manifest_version": 2,
    "description": "Select windows to be monitored, close your windows and reopen it later. Very useful to organize your windows.",
    "browser_action": {
        "default_title": "Window Saver",
        "default_popup": "popup.html"
    },
    "author": "Matheus Bratfisch",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src * 'self' data:;"
}