Maximize Dragged Tab
Automatically maximizes any tab that is dragged out of a window.
Maximize Dragged Tab란 무엇입니까?
Maximize Dragged Tab은(는) Evan99w에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically maximizes any tab that is dragged out of a window."입니다.
확장 프로그램 스크린샷
Maximize Dragged Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Re-enables the ability that automatically maximizes tabs that are dragged off of the main window. Chrome 100 and some other versions lack this feature, this extension allows you to use it again. Comes with the option to toggle it on or off. Particularly useful if you have multiple monitors or use multiple chrome windows at once. Unfortunately does not seem to work on mac.
확장 프로그램 기본 정보
이름 | |
ID | niaijlpbaogmimhfoaakogncgmhhopge |
공식 URL | https://chromewebstore.google.com/detail/maximize-dragged-tab/niaijlpbaogmimhfoaakogncgmhhopge |
설명 | Automatically maximizes any tab that is dragged out of a window. |
파일 크기 | 10.86 KB |
설치 횟수 | 3,546 |
현재 버전 | 1.0.8 |
최근 업데이트 | 2022-05-29 |
출시 날짜 | 2022-04-08 |
평점 | 3.96/5 총 81 개의 평점 |
개발자 | Evan99w |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Maximize Dragged Tab", "description": "Automatically maximizes any tab that is dragged out of a window.", "version": "1.0.8", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |