Auto Maximize Tab
Auto maximize a Chrome tab when it is dragged out into a new window.
Auto Maximize Tab란 무엇입니까?
Auto Maximize Tab은(는) Ricky K에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto maximize a Chrome tab when it is dragged out into a new window."입니다.
확장 프로그램 스크린샷
Auto Maximize Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chrome released a new version on April 1, 2022 which changed the behavior of dragging out a tab into a new window/monitor. When you drag a tab out into a new window, it stays small and no longer maximizes to fill the screen. This Chrome extension aims to bring back the old behavior. Specifically, this extension does the following: - If the window is maximized, and you drag a tab out into a new window then it'll maximize the new window as well. - If the window was not maximized to begin with, then the new window after dragging out a tab will not be maximized. - Supports dragging out multiple tabs at once. This extension does not require any additional permissions. This extension does not track or store any user data.
확장 프로그램 기본 정보
이름 | |
ID | cgcbkddachjdngdoemmldmhldppdaeni |
공식 URL | https://chromewebstore.google.com/detail/auto-maximize-tab/cgcbkddachjdngdoemmldmhldppdaeni |
설명 | Auto maximize a Chrome tab when it is dragged out into a new window. |
파일 크기 | 9.29 KB |
설치 횟수 | 268 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2023-12-29 |
출시 날짜 | 2022-04-18 |
평점 | 3.50/5 총 6 개의 평점 |
개발자 | Ricky K |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Maximize Tab", "manifest_version": 3, "version": "1.1.0", "description": "Auto maximize a Chrome tab when it is dragged out into a new window.", "permissions": [], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |