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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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:;"
} | |