Window Resizer

Resize Google Chrome windows.

Window Resizer란 무엇입니까?

Window Resizer은(는) https://lawfulgood.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resize Google Chrome windows."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Window Resizer is a utility to allow you to easily resize Google Chrome windows to specific sizes.

Source: https://github.com/LawfulGood/WindowResizer

Lawful Good is a suite of Google Chrome plugins that provide much needed developer & user functionality, without clogging your browser up with spyware, malware or other trash.                    

확장 프로그램 기본 정보

이름 Window Resizer Window Resizer
ID fgcikanifihhgnacepigehgmplgkkgcl
공식 URL https://chromewebstore.google.com/detail/window-resizer/fgcikanifihhgnacepigehgmplgkkgcl
설명 Resize Google Chrome windows.
파일 크기 125 KB
설치 횟수 10,000
현재 버전 0.3
최근 업데이트 2014-10-09
출시 날짜 2014-10-09
평점 3.63/5 총 30 개의 평점
개발자 https://lawfulgood.github.io
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "name": "Window Resizer",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Resize Google Chrome windows.",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "assets\/icons\/resize16.png",
        "48": "assets\/icons\/resize48.png",
        "128": "assets\/icons\/resize128.png",
        "256": "assets\/icons\/resize256.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/resize256.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}