Peek-a-tab, Tabs Manager for Google Chrome™

Search, preview, jump across, and close tabs quickly in your chrome browser.

Qu'est-ce que Peek-a-tab, Tabs Manager for Google Chrome™ ?

Peek-a-tab, Tabs Manager for Google Chrome™ est une extension Chrome développée par Pramjeet Ahlawat, et sa fonction principale est "Search, preview, jump across, and close tabs quickly in your chrome browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Peek-a-tab, Tabs Manager for Google Chrome™

Téléchargez les fichiers d'extension Peek-a-tab, Tabs Manager for Google Chrome™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Do you have a lot of tabs opened in your browser and find it cumbersome to manage them? well here is the solution.

Some points:

* Use Alt+Space (Option+Space for mac) to get a list of all the tabs from all the windows.

* Search in the title & url to quickly get the tab you want.

* Preview a tab on mouse hover or on click.

* Jump across between tabs quickly, even in different windows.

* Close unnecessary tabs quickly.


This extension's source code is available here: https://github.com/pramjeet/peek-a-tab                    

Informations de Base sur l'Extension

Nom Peek-a-tab, Tabs Manager for Google Chrome™ Peek-a-tab, Tabs Manager for Google Chrome™
ID nnpdamdaknpnohmlbnmgphiodghbohop
URL Officiel https://chromewebstore.google.com/detail/peek-a-tab-tabs-manager-f/nnpdamdaknpnohmlbnmgphiodghbohop
Description Search, preview, jump across, and close tabs quickly in your chrome browser.
Taille du Fichier 134 KB
Nombre d'Installations 8,340
Version Actuelle 1.5.6
Dernière Mise à Jour 2019-07-27
Date de Publication 2019-07-26
Évaluation 4.36/5 Total 181 Évaluations
Développeur Pramjeet Ahlawat
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Peek-a-tab, Tabs Manager for Google Chrome\u2122",
    "description": "Search, preview, jump across, and close tabs quickly in your chrome browser.",
    "version": "1.5.6",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "offline_enabled": true,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Space",
                "mac": "Alt+Space",
                "chromeos": "Alt+Space",
                "linux": "Alt+Space"
            }
        }
    }
}