Simple Window Resizer

Quickly moves your Firefox window to a pre-defined position on your screen.

Simple Window Resizer란 무엇입니까?

Simple Window Resizer은(는) Soustruh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly moves your Firefox window to a pre-defined position on your screen."입니다.

확장 프로그램 스크린샷

screenshot

Simple Window Resizer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You might like this add-on if you frequently switch between the display of your laptop and external screens and do not like browsing in fullscreen. In one click it moves your window to a pre-defined position and resizes it to leave a configurable space around (I personally like to see my instant messenger window all the time on the right).

Recommended values for top, left and bottom margins in Windows 10 are -1, -6 and 34 px, respectively.

Any feature request welcome! :-)                    

확장 프로그램 기본 정보

이름 Simple Window Resizer Simple Window Resizer
ID mfiakfjaghmfobbjfbefhhdcbknekfic
공식 URL https://chromewebstore.google.com/detail/simple-window-resizer/mfiakfjaghmfobbjfbefhhdcbknekfic
설명 Quickly moves your Firefox window to a pre-defined position on your screen.
파일 크기 11.88 KB
설치 횟수 204
현재 버전 1.2
최근 업데이트 2019-02-15
출시 날짜 2019-02-15
평점 5.00/5 총 5 개의 평점
개발자 Soustruh
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://krasty.sbeta.cz/hr-nice/privacy
지원되는 언어 en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "48.0"
        }
    },
    "manifest_version": 2,
    "name": "Simple Window Resizer",
    "version": "1.2",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "icon_32.png"
        },
        "default_title": "Resize!"
    },
    "options_ui": {
        "page": "options.html"
    }
}