Maximize All Windows

Maximize all browser windows.

Maximize All Windows란 무엇입니까?

Maximize All Windows은(는) ericchase에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Maximize all browser windows."입니다.

확장 프로그램 스크린샷

screenshot

Maximize All Windows 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Maximizes all windows belonging to the current browser.

Features:
An option for controlling whether addon maximizes windows on browser startup.
An option for controlling whether addon maximizes new windows when they are created.
An option for controlling whether windows are minimized if they were minimized before maximizing.


Have ideas for new Addons? Send me an email, I love talking about new ideas!                    

확장 프로그램 기본 정보

이름 Maximize All Windows Maximize All Windows
ID amhaoajgjmbmibdnbgdebkmbcpicgnkj
공식 URL https://chromewebstore.google.com/detail/maximize-all-windows/amhaoajgjmbmibdnbgdebkmbcpicgnkj
설명 Maximize all browser windows.
파일 크기 22.83 KB
설치 횟수 885
현재 버전 0.1.3
최근 업데이트 2020-10-07
출시 날짜 2020-10-07
평점 5.00/5 총 2 개의 평점
개발자 ericchase
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ericchase/maximize-all-windows
도움말 페이지 URL https://github.com/ericchase/maximize-all-windows/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ericchase",
    "background": {
        "scripts": [
            "js\/__shared.js",
            "js\/browser-action.js",
            "js\/runtime-startup.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/browser-action-16.png",
            "32": "images\/browser-action-32.png"
        },
        "default_title": "Maximize all browser windows."
    },
    "description": "Maximize all browser windows.",
    "homepage_url": "https:\/\/github.com\/ericchase\/maximize-all-windows",
    "icons": {
        "48": "images\/logo-48.png",
        "96": "images\/logo-96.png"
    },
    "manifest_version": 2,
    "name": "Maximize All Windows",
    "options_ui": {
        "chrome_style": true,
        "page": "options\/options.html"
    },
    "permissions": [
        "storage"
    ],
    "version": "0.1.3"
}