Toggle tabs | Search tab | Minimize/Maximize
'Alt+W' >> toggle tabs, 'Alt+E' >> search tab, 'Alt+Q' >> Minimize/Maximize current chrome-window.
Toggle tabs | Search tab | Minimize/Maximize란 무엇입니까?
Toggle tabs | Search tab | Minimize/Maximize은(는) https://gpamitranjit.github.io/chrome-extension-pages에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "'Alt+W' >> toggle tabs, 'Alt+E' >> search tab, 'Alt+Q' >> Minimize/Maximize current chrome-window."입니다.
확장 프로그램 스크린샷
Toggle tabs | Search tab | Minimize/Maximize 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
1. Toggle between most recently visited/opened tabs in all the chrome-windows (Alt + W) Let's say when the user has opened many hyper-links each in separate chrome-tab by clicking on the search-results of search engine, in that case the user can toggle between the most recently opened tab and current tab by just pressing the "Alt + W" hot key!, most importantly user gets fall-back to it's most recently visited/opened tab when he/she closes the current tab automatically(if one is available). 2. Switch to a tab by tab title/ Any matching tab content in all the tabs (Alt + E) Suppose that the user has many tabs opened in the chrome-windows and suddenly user want to switch to a tab but he/she isn't exact about which tab he/she was previously, but he/she knew few keywords in that tab in which he/she wants to switch to. So in that case he/she could just open the extension-popup which awaits for the keyword(s) that you want to search for, provide the keywords that you know your target tab contains those keywords and tick the "Search web pages" check-box, then all the matching tabs will be listed in the search result list below the input field. if the user has not ticked the "Search web pages" check-box button then the searching will happen based on the tabs-title and the matching tabs will be listed in the search-result list below the input field. 3. Duplicate & Split the tabs into same chrome-window OR into separate chrome-windows(if 2 monitors are available) (Alt + S) Sometimes we wanted to duplicate the tabs at the ease and split the duplicated tabs into separate chrome-windows / same-window (configurable in settings) then just press "Alt + S" to duplicate & split into separate-windows(if two different displayable monitors are available) / same chrome-window Otherwise for single monitor (like in laptop/notebooks) the duplicate & split will happen in the single monitor by dividing the screen into two half. 4. Toggle the window sizes when duplicated & split into two separate chrome-windows within the single monitor! (Alt + X) When the user has performed duplicate & split tabs into two separate chrome-windows within the single monitor then post splitting the tabs into two separate chrome-windows the user will have provision to toggle the chrome-window sizes by just pressing "Alt + X" hot key. This functionality has been implemented to let the user toggle the focused chrome-window and view the information that he/she wants to see in the focused maximized-chrome-window and then revert that chrome-window size immediately to check the corresponding information in the other chrome-window by pressing "Alt + X" again to toggle it's size.
확장 프로그램 기본 정보
이름 | |
ID | aogpjdlkoflimpajengbhfeokedeccog |
공식 URL | https://chromewebstore.google.com/detail/toggle-tabs-search-tab-mi/aogpjdlkoflimpajengbhfeokedeccog |
설명 | 'Alt+W' >> toggle tabs, 'Alt+E' >> search tab, 'Alt+Q' >> Minimize/Maximize current chrome-window. |
파일 크기 | 3.59 MB |
설치 횟수 | 18 |
현재 버전 | 4.6 |
최근 업데이트 | 2020-04-07 |
출시 날짜 | 2020-04-06 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | https://gpamitranjit.github.io/chrome-extension-pages |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toggle tabs | Search tab | Minimize\/Maximize", "short_name": "Toggle tabs | Search for a tab | Minimize | Maximinize", "description": "'Alt+W' >> toggle tabs, 'Alt+E' >> search tab, 'Alt+Q' >> Minimize\/Maximize current chrome-window.", "version": "4.6", "manifest_version": 2, "background": { "scripts": [ "fuse.js", "background-script.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_popup": "icon-popup.html", "default_title": "Toggle tabs | Search web pages for a tab switch | Duplicate & Split tab into two separate chrome-windows | Toggle chrome-window size | Minimize\/Maximize current chrome-window" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "homepage_url": "https:\/\/gpamitranjit.github.io\/chrome-extension-pages\/", "minimum_chrome_version": "54", "offline_enabled": true, "author": "Amit Patil", "commands": { "toggle-tabs": { "suggested_key": { "default": "Alt+W" }, "description": "Toggle between two recently visited\/opened tabs" }, "minimize-current-window": { "suggested_key": { "default": "Alt+Q" }, "description": "Minimize\/Maximize current chrome window" }, "duplicate-and-split-in-two-windows": { "suggested_key": { "default": "Alt+S" }, "description": "Duplicate tab b\/w two windows" }, "toggle-current-window-size": { "suggested_key": { "default": "Alt+X" }, "description": "toggle current window size" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ " |