ResizeIT

Resize Chrome with the 'ALT' keys.

ResizeIT란 무엇입니까?

ResizeIT은(는) Glenn Hallin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resize Chrome with the 'ALT' keys."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Resize and position your Chrome window with fast keyboard shortcuts: ALT + 1, 2, 3 and 4.
You can also toggle any (ALT + 1-4) shortcut to Maximize current Chrome window.

*** To save a new Position, Re-Check the position checkbox ***

Changelog:
* Version 2.0.1
- Removed excessive permission usage.                    

확장 프로그램 기본 정보

이름 ResizeIT ResizeIT
ID pdoloplkhphglcfbofpacfopoomahoka
공식 URL https://chromewebstore.google.com/detail/resizeit/pdoloplkhphglcfbofpacfopoomahoka
설명 Resize Chrome with the 'ALT' keys.
파일 크기 417 KB
설치 횟수 244
현재 버전 2.0.1
최근 업데이트 2022-04-17
출시 날짜 2017-11-14
평점 4.71/5 총 7 개의 평점
개발자 Glenn Hallin
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "ResizeITbg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        },
        "default_popup": "ResizeIT.html",
        "default_title": "ResizeIT"
    },
    "commands": {
        "Alt1": {
            "description": "Resize Window 1",
            "suggested_key": {
                "chromeos": "Alt+1",
                "default": "Alt+1",
                "linux": "Alt+1",
                "mac": "Alt+1",
                "windows": "Alt+1"
            }
        },
        "Alt2": {
            "description": "Resize Window 2",
            "suggested_key": {
                "chromeos": "Alt+2",
                "default": "Alt+2",
                "linux": "Alt+2",
                "mac": "Alt+2",
                "windows": "Alt+2"
            }
        },
        "Alt3": {
            "description": "Resize Window 3",
            "suggested_key": {
                "chromeos": "Alt+3",
                "default": "Alt+3",
                "linux": "Alt+3",
                "mac": "Alt+3",
                "windows": "Alt+3"
            }
        },
        "Alt4": {
            "description": "Resize Window 4",
            "suggested_key": {
                "chromeos": "Alt+4",
                "default": "Alt+4",
                "linux": "Alt+4",
                "mac": "Alt+4",
                "windows": "Alt+4"
            }
        }
    },
    "description": "Resize Chrome with the 'ALT' keys.",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhLe4ZTntNqh8yeHz6qgd07uLbbQgmzUuzxbyyaz2G0Kocq7Cvvwh4oFfgkMnz+7erT+RY4MnN9z4EkMXY8i3vG+jTXAYH6kw5i2aWr7uXQ757hzU2+F81YCtZQyavjdzOdNznkK5FUWNkjV5wQMDOA5JoN0oWlYlAYpkxGh9+uFTHptYNn2A2a1Bm01E1bkdeB\/OhkfRBLMHGSQbIwAmCXiHyTklWopneowzg+MHUx+RkiZkPsJwzKy1narSbdn154PM5Y37Gkp7N0AiWbtc3R74XIodShwT+yMpGiC1IufI68XbrV8d2LLobsyI9xu\/b4DPEFq6p3qsJnascbr0ZQIDAQAB",
    "manifest_version": 2,
    "name": "ResizeIT",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1"
}