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.”。
擴展截圖
下載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 |
ID | kljjfajgfddnjhneppbffdcamolclpld |
官方網址 | 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:;" } |