Simple Tab Manager

Simple tab manager that allows you to easily manage and sort tabs.

Wat is Simple Tab Manager?

Simple Tab Manager is een Chrome-extensie ontwikkeld door albin.carlsson1503, en de belangrijkste functie is "Simple tab manager that allows you to easily manage and sort tabs.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Simple Tab Manager

Download Simple Tab Manager-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

                        Functionality:

Windows:
- Open and close windows
- Minimize and maximize windows
- Add new tab to window
- Customize the title and color of the window (UI only)

Tabs:
- Open and close tabs
- Pin and unpin tabs
- Mute and unmute tabs
- Move tabs within and between windows
- Select multiple tabs at once with Right-Click or Ctrl+Click
- Sort tabs by title or url
- Filter tabs by search

Other:
- Supports dark mode
- Supports a more compact view (grid view)                    

Basisinformatie over de Extensie

Naam Simple Tab Manager Simple Tab Manager
ID mdfbfcbfcohpbdicnpdpcdioggfdddlc
Officiële URL https://chromewebstore.google.com/detail/simple-tab-manager/mdfbfcbfcohpbdicnpdpcdioggfdddlc
Beschrijving Simple tab manager that allows you to easily manage and sort tabs.
Bestandsgrootte 123 KB
Aantal Installaties 94
Huidige Versie 2.0.1
Laatst Bijgewerkt 2023-07-10
Publicatiedatum 2021-12-27
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar albin.carlsson1503
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/EpicAlbin03/Simple-Tab-Manager
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Tab Manager",
    "description": "Simple tab manager that allows you to easily manage and sort tabs.",
    "version": "2.0.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon-16x16.png",
        "32": ".\/images\/icon-32x32.png",
        "48": ".\/images\/icon-48x48.png",
        "128": ".\/images\/icon-128x128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icons": {
            "16": ".\/images\/icon-16x16.png",
            "32": ".\/images\/icon-32x32.png",
            "48": ".\/images\/icon-48x48.png",
            "128": ".\/images\/icon-128x128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}