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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:;"
}