TabMate

TabMate helps you manage tab clutter. Easily switch between tabs across all open windows, save/restore set of tabs/windows

Wat is TabMate?

TabMate is een Chrome-extensie ontwikkeld door Abhilash, en de belangrijkste functie is "TabMate helps you manage tab clutter. Easily switch between tabs across all open windows, save/restore set of tabs/windows".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TabMate

Download TabMate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        TabMate helps you manage tab clutter and be more productive.

Stash a set of tab/windows that you want to save for later and easily restore them when needed. 

Use quick switcher to search among open tabs and stashes and switch to them. Drag and drop the tabs to rearrange them with in windows or stashes.

Name stashes so you can easily remember the purpose for each set of tabs. Easily send tabs to named stashes through right click context menu.


Common usages:
- Quickly search and switch between all the open tabs and stashes
- Save the pages you've visited during your research session and restore all of them later.
- Logically group all the pages you visit often and load each group when needed.
- Easily manage existing open tabs by saving unnecessary tabs as a session.                    

Basisinformatie over de Extensie

Naam TabMate TabMate
ID pjnjpllpengglloikgcanfdmpkgfholi
Officiële URL https://chromewebstore.google.com/detail/tabmate/pjnjpllpengglloikgcanfdmpkgfholi
Beschrijving TabMate helps you manage tab clutter. Easily switch between tabs across all open windows, save/restore set of tabs/windows
Bestandsgrootte 2.65 MB
Aantal Installaties 1,714
Huidige Versie 0.8.2
Laatst Bijgewerkt 2022-06-23
Publicatiedatum 2019-01-13
Beoordeling 4.13/5 Totaal 24 Beoordelingen
Ontwikkelaar Abhilash
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabMate",
    "version": "0.8.2",
    "description": "TabMate helps you manage tab clutter. Easily switch between tabs across all open windows, save\/restore set of tabs\/windows",
    "author": "Abhilash",
    "icons": {
        "16": "icons\/tabmate.png",
        "48": "icons\/tabmate.png",
        "128": "icons\/tabmate.png"
    },
    "browser_action": {
        "default_title": "TabMate",
        "default_icon": "icons\/tabmate.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "offline_enabled": true,
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+K"
            }
        }
    }
}