Toggle tabs | Search tab | Minimize/Maximize
'Alt+W' >> toggle tabs, 'Alt+E' >> search tab, 'Alt+Q' >> Minimize/Maximize current chrome-window.
O que é Toggle tabs | Search tab | Minimize/Maximize?
Toggle tabs | Search tab | Minimize/Maximize é uma extensão do Chrome desenvolvida por https://gpamitranjit.github.io/chrome-extension-pages, e sua principal característica é "'Alt+W' >> toggle tabs, 'Alt+E' >> search tab, 'Alt+Q' >> Minimize/Maximize current chrome-window.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Toggle tabs | Search tab | Minimize/Maximize
Baixe arquivos de extensão Toggle tabs | Search tab | Minimize/Maximize no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | aogpjdlkoflimpajengbhfeokedeccog |
URL Oficial | https://chromewebstore.google.com/detail/toggle-tabs-search-tab-mi/aogpjdlkoflimpajengbhfeokedeccog |
Descrição | 'Alt+W' >> toggle tabs, 'Alt+E' >> search tab, 'Alt+Q' >> Minimize/Maximize current chrome-window. |
Tamanho do Arquivo | 3.59 MB |
Contagem de Instalações | 18 |
Versão Atual | 4.6 |
Última Atualização | 2020-04-07 |
Data de Publicação | 2020-04-06 |
Classificação | 4.50/5 Total de 4 Avaliações |
Desenvolvedor | https://gpamitranjit.github.io/chrome-extension-pages |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [ " |