Toggle tabs | Search tab | Minimize/Maximize

'Alt+W' >> toggle tabs, 'Alt+E' >> search tab, 'Alt+Q' >> Minimize/Maximize current chrome-window.

Was ist Toggle tabs | Search tab | Minimize/Maximize?

Toggle tabs | Search tab | Minimize/Maximize ist eine Chrome-Erweiterung, die von https://gpamitranjit.github.io/chrome-extension-pages entwickelt wurde, und ihr Hauptmerkmal ist "'Alt+W' >> toggle tabs, 'Alt+E' >> search tab, 'Alt+Q' >> Minimize/Maximize current chrome-window.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Toggle tabs | Search tab | Minimize/Maximize-Erweiterungs-CRX-Datei herunterladen

Laden Sie Toggle tabs | Search tab | Minimize/Maximize-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Toggle tabs | Search tab | Minimize/Maximize Toggle tabs | Search tab | Minimize/Maximize
ID aogpjdlkoflimpajengbhfeokedeccog
Offizielle URL https://chromewebstore.google.com/detail/toggle-tabs-search-tab-mi/aogpjdlkoflimpajengbhfeokedeccog
Beschreibung 'Alt+W' >> toggle tabs, 'Alt+E' >> search tab, 'Alt+Q' >> Minimize/Maximize current chrome-window.
Dateigröße 3.59 MB
Installationsanzahl 18
Aktuelle Version 4.6
Letztes Update 2020-04-07
Veröffentlichungsdatum 2020-04-06
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler https://gpamitranjit.github.io/chrome-extension-pages
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "system.display",
        "identity",
        "contextMenus",
        "notifications",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/www.googleapis.com\/chromewebstore\/v1.1\/userlicenses\/"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkx1TPbarp6RG0Gp2JNTTvpxOlxnYfEWlzK3wY+QFeBtjli3N12JH4zY9t3CKy12K+R+FXdVhzhsX8ON4akIJC1wLUORzmzI\/pp2HFBgw8OrDskE1OcBF2gdYfcxn4xQRs+NDMi5GJrNLhjM\/S0RXBGMgInxvkNb\/QdgJcnh5OoNNieJi0Ca1fxdHdwr0utQ07X3anU0sx8F3TpNtt3QPuqVV5BmtCdi3TsS3QDiby1sWctJLLeaOL5QqX4eYcYG1Agcbkk6HU6lXX83WMz0Zz\/cuoeYslx84Mh3wvgDpbk01tcfnUOzfASuwBxWPfwFTq7oZFkuH3hRIf0FBL+Fp2wIDAQAB",
    "oauth2": {
        "client_id": "862989895020-9hs9mj7m1247upglvprjmivpcv6egqb6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}