Tab Closer and Selector

Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!

Wat is Tab Closer and Selector?

Tab Closer and Selector is een Chrome-extensie ontwikkeld door llae.dev, en de belangrijkste functie is "Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Tab Closer and Selector

Download Tab Closer and Selector-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

                        Have too many tabs opened? This extension allows you to easily manage and navigate through your Chrome tabs! It shows you the names of all the tabs that you currently have opened. Then, you can select tabs to close, select windows to close, or bring yourself to a certain tab.                    

Basisinformatie over de Extensie

Naam Tab Closer and Selector Tab Closer and Selector
ID anoodphkcgbgfdaiiljnngkboogckpnb
Officiële URL https://chrome.google.com/webstore/detail/tab-closer-and-selector/anoodphkcgbgfdaiiljnngkboogckpnb
Beschrijving Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!
Bestandsgrootte 128 KB
Aantal Installaties 349
Huidige Versie 1.3
Laatst Bijgewerkt 2020-08-18
Publicatiedatum 2020-07-02
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar llae.dev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background\/background-context-menu.js"
        ]
    },
    "browser_action": {
        "default_icon": [],
        "default_popup": "popup\/popup.html",
        "default_title": "Tab Closer and Selector"
    },
    "description": "Easily manage & navigate through your tabs \u2014 close your tabs or bring youself to a selected tab!",
    "icons": {
        "128": "images\/logo128.png",
        "16": "images\/logo16.png",
        "48": "images\/logo48.png"
    },
    "manifest_version": 2,
    "name": "Tab Closer and Selector",
    "permissions": [
        "tabs"
    ],
    "version": "1.3"
}