Merge Window Extension
Merge windows per Profile
Merge Window Extension란 무엇입니까?
Merge Window Extension은(는) pHo9UBenaA에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Merge windows per Profile"입니다.
확장 프로그램 스크린샷
Merge Window Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Merge Window Extension is intended to effectively reduce the number of windows and memory consumption by merging multiple windows in the browser. The extension detects a left click or the shortcut key "Control (Command) + M" and performs the following actions * Merge all windows of the same profile * Merge all incognito windows of the same profile (If allowed to run in incognito mode) For more information on allowing execution in incognito mode see https://support.google.com/chrome/a/answer/13130396. Note: To protect privacy, regular windows and secret windows will not be merged.
확장 프로그램 기본 정보
이름 | Merge Window Extension |
ID | fijodggmkbkjcmlpkpahjpepngppdppb |
공식 URL | https://chromewebstore.google.com/detail/merge-window-extension/fijodggmkbkjcmlpkpahjpepngppdppb |
설명 | Merge windows per Profile |
파일 크기 | 23.42 KB |
설치 횟수 | 75 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-08-02 |
출시 날짜 | 2023-06-28 |
개발자 | pHo9UBenaA |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://pho9ubenaa.github.io/pHo9UBenaA/ |
개인정보 보호 정책 페이지 URL | https://pho9ubenaa.github.io/pHo9UBenaA |
지원되는 언어 | de,en,fr,nl,no,da,es,hr,it,lt,hu,pl,ro,sk,sv,cs,bg,ru,uk,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionShortName__", "version": "1.0.1", "description": "__MSG_extensionDescription__", "default_locale": "en", "author": "pHo9UBenaA", "action": { "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "service_worker": "background.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+M", "mac": "Command+M" }, "description": "Triggering merge" } }, "permissions": [ "contextMenus" ], "incognito": "spanning" } |